Header nav color

Support Area Forums Kerygma Header nav color

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://testing.knueven.org/purposes/http://
  • Author
    Posts
  • #34385
    Avatar photoZac Manor
    Participant

    on the right is a blue CONNECT button. I would like to make the font of that button white. I changed what i thought was appropriate in the CSS to no avail.

    Any ideas?

    #34401
    Bill Robbins
    Moderator

    Hey Zac,

    Try forcing the issue this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      li.button a,
      li.button a:visited,
      nav#top-menu li.current-menu-item.button a,
      nav#top-menu li.current-menu-item.button a:hover,
      nav#top-menu li.current-menu-item.button a:visited {
      	color: #fff;
      }
      
    3. Update your settings.

    Let me know if that doesn’t do the trick,
    Bill

    #34521
    Avatar photoZac Manor
    Participant

    this did not work. the text inside the blue connect boss is still gray

    #34522
    Bill Robbins
    Moderator

    Try:

    ;

    
    li.button a,
    li.button a:visited,
    nav#top-menu li.button a,
    nav#top-menu li.button a:hover,
    nav#top-menu li.button a:visited,
    nav#top-menu li.current-menu-item.button a,
    nav#top-menu li.current-menu-item.button a:hover,
    nav#top-menu li.current-menu-item.button a:visited {
    	color: #fff;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header nav color’ is closed to new replies.