• eseel

    (@eseel)


    My site is https://www.edsstudios.com. When you rollover my top navigation links they turn green with white text. When you click on them the text turns to a blue. I want to switch this blue to a black. What section do I need to switch in my style.css file? I can’t seem to find which line in the style.css refers to this. Thanks in advance for any help.

Viewing 1 replies (of 1 total)
  • Blue, it stays white, the ‘active’ style is this block!

    #navbar .menu .current_page_item a,
    #navbar .menu .current-menu-item a,
    #navbar .menu .current-cat a {
        background: url("images/nav_hover.png") repeat-x scroll 0 0 #0099CC;
        color: #FFFFFF !important;
    }

    HTH

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Changing navigation links’ is closed to new replies.