Home New Guten Forums WoodMart support forum Header menu hover

Header menu hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #661898

    jordi
    Participant

    Hi is it possible to change background colour from header when you are hover in?

    I would love if when you are hover menu the background is like sticky, not transparent

    https://miquelp27.sg-host.com/especialitats/

    thanks

    #661917

    Luke Nielsen
    Keymaster

    Hello,

    Edit the Main menu element and enable the style with the background – https://prnt.sc/E2D7Xp0gFRWl

    If I missed something, let me know.

    Kind Regards

    #661918

    jordi
    Participant

    Sorry, I didn’t express myself well. I’d like the menu to have a blue background when you hover over it.

    First image is header without hover
    And second one (sticky header) is how I want the header hover if it is possible

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

    Luke Nielsen
    Keymaster

    Try to use the code below for help:

    .whb-main-header {
        transition: all 0.2s linear;
    }
    
    .whb-main-header:hover {
        background-color: #4a739f;
    }

    Define it in Theme Settings -> Custom CSS -> Desktop CSS area.

    Kind Regards

    #661929

    jordi
    Participant

    Nice, thanks!

    #661935

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Kind Regards

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

The topic ‘Header menu hover’ is closed to new replies.