Home › Forums › WoodMart support forum › Two questions: Center Megamenu & Subheader categories menu › Reply To: Two questions: Center Megamenu & Subheader categories menu
Dimis99
Hi again and thanks for your reply.
For question 1, i found a css + visual composer solution which i write below, just if you have a notice to tell me.
1) I set Full width to Mega menu
2) In visual composer block i have set a Section with white background and
3) in css i have added the following rules
.sub-menu-dropdown {background-color: transparent;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15)!important;
-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.15)!important; }
.menu-shadow {
-webkit-box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
-moz-box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
border:1px solid rgba(179, 18, 24, 1);
}
.menu-item-design-full-width .sub-menu-dropdown {padding-top: 12px!important;}
.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-navigation:not(.vertical-navigation):not(.navigation-style-bordered) .sub-menu-dropdown {padding-top: 0px!important;}
For question two, i think it would be nice if you could choose the categories.
Thank you,
Dimis