Home Forums WoodMart support forum Dark background when hovering over desktop menu category

Dark background when hovering over desktop menu category

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

    Stefan
    Participant

    The same matter has been raised previously in this thread https://xtemos.com/forums/topic/darken-the-background-when-hover-to-megamenu/ but hasn’t reached a solution.

    How can this be implemented? Anyone? #help 🙃

    #349004

    Hello,

    Please insert the credentials into the Private content below the message area. I will check your current settings and check if it is possible with custom CSS.

    Best Regards

    #349010

    Stefan
    Participant

    Sure, login info in private content.

    PS: do not update woocommerce as I have a plugin dependent on the current version and will break the integration.

    #349161

    Hello,

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

    #menu-categories.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
        background:#000000;
    }

    You can change the font color by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Alternatively, you can set the dark color scheme globally in the Theme Settings > Styles and colors.

    Best Regards

    #349166

    Stefan
    Participant

    The provided code results to the 1st screenshot. I meant, as per old thread hyperlinked, to get the results from the 2nd screenshot.

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

    Hello,

    Do you mean the Product category is white when the mega menu has been opened?

    Please replace the code with this one:

    #menu-categories.wd-nav-vertical li a:hover {
        background:#ffffff;
    }

    Do you want to remove the right border?

    Best Regards

    #349390

    Stefan
    Participant

    I mean that when hovering over a category to keep the header in white and to dim the content + footer to. By dim I mean to have a translucent layer applied.

    #349522

    Hello,

    Unfortunately, there is no option and it cannot be done with custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #349527

    Stefan
    Participant

    Gotcha. Thanks for trying!

    #349579

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Dark background when hovering over desktop menu category’ is closed to new replies.