Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46462
    YogaHH
    Member

    Dear Support Team,

    I tried changing the menu color of the top menu of Catch evolution but the CSS provided here in the forum is not working:

    #header-menu ul.menu a { color: #6165a5; }

    Since I have a fixed header, I also tried the folling which is not working.

    #fixed-header-top ul.menu a {
    color: #6165a5;
    }

    Could you please help me? Thank you a billion in advance!!!

    #46464
    Sakin
    Keymaster

    @YogaHH: You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #fixed-header-top ul.menu > li a {
        color: #6165a5;
    }
    #46476
    YogaHH
    Member

    Thank you very, very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Menu Font Color – Provided CSS not working’ is closed to new replies.