Home New Guten Forums WoodMart support forum Main Menu Backdrop Color

Main Menu Backdrop Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #398720

    insideweb
    Participant

    Hi there,

    I added this piece of CSS in order to show a backdrop color when the submenu is visible:

    ul#menu-hoofdmenu > li > .wd-dropdown:after {
    	content: "";
    	display: block;
    	height: 100%;
    	width: 100%;
    	position: absolute;
    	top: 100%;
    	background: rgba(0,0,0,.3);
    	z-index: 1;
    }

    The problem here is that the backdrop doesn’t hide when hovering below the dropdown.
    Is there a way to fix this, or a better way to implement this CSS feature?

    URL: https://stoeldopshop.insideweb.dev/

    #398735

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, I cannot tell you exactly because it’s third-party code that is not related to the theme. It requires customizations and this is beyond our limitations and support policy.

    I sincerely appreciate your understanding in this matter. Please feel free to reach out to me if you have any further questions.

    Kind Regards

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