Home Forums WoodMart support forum how to change the dropdown head meau background color?

how to change the dropdown head meau background color?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #713943

    springorchid2008
    Participant

    HI,
    Coudl you help to write some CSS for my webiste’s head meau, I need the background is dark blue and to be changed during the mouse hover, the same as attached. with orange bgcolor and the font color become white, how could it be achieve in css ? I tried but always failed, couldl you help to check for me?

    I would be very appreciated for you kind favor.
    Best regards
    Cathy

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

    springorchid2008
    Participant

    urgent !
    please help to check why the theme can’t open the head modification? is there anything with the woodmart?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please try to use the below custom CSS code:

    .wd-sub-menu li>a:hover {
        color: #fff;
        background-color: #D14510;
    }

    Best Regards.

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