Home Forums WoodMart support forum Change hover color in menu.

Change hover color in menu.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #362321

    Pila Stone
    Participant

    Hi there,
    I created an additional menu for the single product page. Then in the Widget for Single Product Page Widget Area a WOODMART SIDEBAR MEGA MENU is inserted in which the menu for the single product is called.
    That also works wonderfully.
    As soon as I hover over the menu (hover) it changes color to gray.
    Is there a way that the menu is displayed with green as the background by default, for example, and then changes its color (gray) when hovering over it?

    #362472

    Hello,

    Please insert the site admin access into the Private content below the message area. We will give you custom CSS or selector for the advanced typography.

    Best Regards

    #362478

    Pila Stone
    Participant

    Hier die Zugangsdaten

    #362511

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-product .product_list_widget > li .wd-entities-title:hover {
    color:red;
    }

    Best Regards

    #362537

    Pila Stone
    Participant

    Hi there,

    the script is inserted. But nothing changes. It stays grey.
    If the script works, can I also specify a hex number of the color instead of the color name (red)?.
    But like I said, it’s not working at the moment.

    #362539

    Pila Stone
    Participant

    I also want the background to be gray by default, and when hovered over it, change to this color in HEX: #ca5526

    #362814

    Hello,

    Please provide the screen of what you mean, I check the code and it works: https://gyazo.com/0eac1315dc0f958fc0e3f0872b0256fe

    Best Regards

    #362865

    Pila Stone
    Participant

    Hi there,
    there is a misunderstanding. I mean the “Back to Shop” button.
    See image.
    I also want the background to be gray by default, and when you mouse over it, change that color to HEX:#ca5526

    Attachments:
    You must be logged in to view attached files.
    #363016

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .widget_nav_mega_menu .wd-nav>li{
    background-color: grey;
    }
    .widget_nav_mega_menu .wd-nav>li:hover{
    background-color: black;
    }
    .widget_nav_mega_menu .wd-nav>li a{
    color:red;
    }
    .widget_nav_mega_menu .wd-nav>li:hover a{
    color: white;
    }

    Please set the colors as per your needs.

    Best Regards

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