Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15045

    Sakin, is it possible to change the color of only one of the menu items via CSS?

    http://andrewsthorntonblog.com/

    I would like to change the color of the “Español” button on the primary menu. Thank you again for all of your help!

    #15066
    Sakin
    Keymaster

    @ATsocialmedia: You can change by adding following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS, you can change the color code as per you need.

    #access ul li#menu-item-411 a {
        background-color: #666;
        color: #fff;
    }
    #15142

    worked great! thank you Sakin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Menu Colors’ is closed to new replies.