Custom.CSS does not overwrite Main Menu color

This topic has 7 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp

  • Avatar: Ralf Seybold
    Ralf Seybold
    Participant
    February 2, 2015 at 17:48

    I have changed the setting for main menu color (active link). I FIREBUG everything works fine. when putting this into the custom.css it won’t work anymore (got overruled by what-so-ever)… So, where is the place to place custom CSS??

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 2, 2015 at 17:59

    Hello,

    Do you select Custom.css file in Theme Options->Custom CSS?
    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Ralf Seybold
    Ralf Seybold
    Participant
    February 2, 2015 at 18:57

    Yes, I do… I can change main color of menu, but not active/mouse-over…
    This gets ruled out… 🙁

    Avatar: Ralf Seybold
    Ralf Seybold
    Participant
    February 2, 2015 at 19:01

    .menu > li.current-menu-item > a {
    color: #906650;
    }

    works in firebug, but not in custom.css

    Avatar: Eva
    Eva Kemp
    Support staff
    February 2, 2015 at 19:44

    Hello,

    Try to add !important to your code:

    .menu > li.current-menu-item > a {
    color: #906650 !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Ralf Seybold
    Ralf Seybold
    Participant
    February 2, 2015 at 20:20

    Eva, I love you.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 2, 2015 at 21:37

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘Custom.CSS does not overwrite Main Menu color’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.