Home Forums WoodMart support forum Change the color of the drop-down menu when hovering over it

Change the color of the drop-down menu when hovering over it

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

    irebolledomu
    Participant

    I need to hover over a drop-down menu option to change its color … I need it to change the background color to #064268 and the color of the letters to white.

    Please your help!

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

    Hello,

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

    body .navigation-style-default .menu-simple-dropdown .color-scheme-dark li a:hover{
    	background-color: yellow;
        color: green;
    }

    Please set the colors and background-color as per your needs.

    Best Regards

    #215538

    irebolledomu
    Participant

    Excellent… Solved Problem. Thanks!!

    #215606

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Change the color of the drop-down menu when hovering over it’ is closed to new replies.