• betheezy

    (@b20thelen)


    I’m trying to find the CSS style that would strictly change the primary navigation without affecting the other links on my website. See here: https://thekapgroup.com.previewdns.com/ I want to make the up state of the navigation #777, and the over state to be #fff, transparent background…Any thoughts? Thanks in advance.

Viewing 1 replies (of 1 total)
  • WPyogi

    (@wpyogi)

    Not sure exactly what you mean, but look at the CSS here:

    #branding #mainnav ul li a {
        color: #F0F0F0;
        display: block;
        font-size: 0.8em;
        margin: 0;
        padding: 9px 14px;
        text-transform: uppercase;
    }

    and here:

    #branding #mainnav ul li a:hover {
        background: url("https://thekapgroup.com.previewdns.com/wp-content/uploads/2012/11/110712_primary_nav_background.png") repeat-y scroll 0 0 transparent;
        color: #FFFFFF;
        text-decoration: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Updating Navigation styles without changing all links’ is closed to new replies.