Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41051
    rshaw876
    Member

    hi i just wanted to know how do you change the font color of the main menu and also the shape

    #41056
    Sakin
    Keymaster

    @rshaw876: You can find the details Color Options in Catch Box Pro version. For free version, you need to send me the color code that you want to change to and then I will send you the css. Please post in your site URL as well.

    For example, you can try to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box, which will change the font color in main menu.

    #branding ul.menu a {
        color: #eee;
    }
    #41057
    rshaw876
    Member

    hey thanks for your reply the color code i need is #FFCC00. my site is http://www.textingjokes.com thanks

    #41075
    Sakin
    Keymaster

    @rshaw876: Ok then the css to change the font color in your main menu will be as below:

    #branding ul.menu a,
    #branding ul.menu ul a,
    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus {
     color: #ffcc00; 
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘changing main menu font color and shape’ is closed to new replies.