Home Forums WoodMart support forum Remove hover for a specific menu item (not for all menu items)

Remove hover for a specific menu item (not for all menu items)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #513764

    4putrat
    Participant

    Hi,

    I want to remove hover for a specific menu item (not for all menu items),
    I have background color #000 and when it is in hover the link color is not showing anymore,

    Best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for help. Define it in Theme Settings -> Custom CSS.

    .wd-header-nav .black_friday.menu-item a:hover {
        color: inherit !important;
    }

    Kind Regards

    #513809

    4putrat
    Participant

    Hi,

    Unfortunately now is the opposite (Not show in normal mode and show in hover effects)

    Pls can you check again,

    Bets regard

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

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to the admin dashboard so I will check your custom CSS area.

    In general, would be better to use the “Button” element instead of customizing a single menu item, but in any case, I will check it.

    Kind Regards

    #514061

    4putrat
    Participant

    Hi,

    What I’m seeing is that happened only when you open the page link connected with that menu,

    best regards

    #514064

    Luke Nielsen
    Keymaster

    Hello,

    Seems that access is wrong: https://take.ms/zSSoo , so please update it.

    Thank you in advance.

    Kind Regards

    #514087

    4putrat
    Participant

    Try now pls with updated credentials

    #514188

    Luke Nielsen
    Keymaster

    Hello,

    Try to add the “!important” value here: https://take.ms/qV77T3

    Thank you for your time.

    Kind Regards

    #514212

    4putrat
    Participant

    Its ok now
    Thank you

    #514214

    Luke Nielsen
    Keymaster

    Hello,

    Great! In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

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

The topic ‘Remove hover for a specific menu item (not for all menu items)’ is closed to new replies.