• Resolved AniemAmebA

    (@aniemameba)


    I have tried changing the title color by adding the following to the style.css but no changes. Any other suggestions?

    #sidebar .arconix-faq-title {
    	color: #00AEEF important!;
    	font-size: 2em;
    	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    	font-weight: normal;
    	line-height: 1.4;
    	letter-spacing: -0.4px;
    	margin: 4px 0px 4px 0px;
    	padding: 4px 0px 4px 0px;
    	}

    https://www.ads-software.com/plugins/arconix-faq/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Gardner

    (@jgardner03)

    The exclamation mark in important goes before the word.

    #sidebar .arconix-faq-title {
    	color: #00AEEF !important;
    	font-size: 2em;
    	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    	font-weight: normal;
    	line-height: 1.4;
    	letter-spacing: -0.4px;
    	margin: 4px 0;
    	padding: 4px 0;
    }

    Thread Starter AniemAmebA

    (@aniemameba)

    Opps, sorry you are right. But this still didn’t work for me. I put it on the style.css for the theme at the bottom. Anything else you could suggest?

    Plugin Author John Gardner

    (@jgardner03)

    Based on what you’ve posted here it should work. Unfortunately without seeing it on a live site I couldn’t offer any additional suggestions. Is this a site you could provide a link to?

    Thread Starter AniemAmebA

    (@aniemameba)

    It is on a live site but unfortunately it is an internal site. I appreciate your help and getting back to me so quickly! I think we will try to make due with how it is now. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Title color’ is closed to new replies.