Home Forums Basel support forum Color of categories hover

Color of categories hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106985

    despina.mina
    Participant

    Hello,
    i want to change the orange color of “browse categories” menu and of mega menu widget on hover.Also the font-color on hover
    See screenshot1 , screenshot2

    #107059

    Hello,

    Add this code to the Theme settings > Custom CSS > Global:

    body .mega-navigation .menu > li:hover, body .widget_nav_mega_menu .menu > li:hover {
        background-color: red;
    }

    Replace the color as per your needs.

    Best Regards

    #107071

    despina.mina
    Participant

    Thank you,
    what about font color on hover?

    #107107

    Hello,

    Add this code:

    body .mega-navigation .menu > li:hover > a, body .widget_nav_mega_menu .menu > li:hover > a {
        color:yellow;
    }

    Replace the color with one as per your needs.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)