Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236797
    ms
    Participant

    Hallo Catch themes Team,

    is there a possibility to change the color of the left menu when moving over with the mouse?
    I would like the font purple and the background white. (i think with hover)

    Thanks for your help

    http://online-kuechen.info/

    #236823
    Skandha
    Participant

    @ms: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a:hover {
        color: #562381 !important;
        background-color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #237229
    ms
    Participant

    Thanks to that it worked well.

    But I want the font and background settings to be retained after the click.
    The choice of colors should always remain.

    Thanks for the help and sorry for the many questions

    #237303
    Skandha
    Participant

    @ms: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation .menu > .current-menu-item > a {
        color: #562381;
        background: #fff;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the font and background of the menus’ is closed to new replies.