Tagged: mega menu, menu, transparent
hey guys i need some help on to main menu.
#1 top main menu i need black transparency instead of white? i am using sticky menu not able to change black transparent using opacity.
#2 on menu i am using mega menu drop down I need transparency on dropdown aswell.
#3 on mega menu can we have 2 column under sub menu?
also is it possible to split the menu have logo on middle & menu on right & left side?
Hi!
1-2. That’s doable with some CSS, please post a link to your website.
3. i didn’t understand what exactly you want to achieve here, maybe if you provide a mockup/screenshot.
4. That’s something way more complex, you’d need to contact someone for that.
Best regards,
Josue
#1 I am working locally not on webserver yet. I am try to doing http://kriesi.at/themes/enfold/homepage/transparent-header/ but not the full height banner. just need header black transparency so can see the menu better
#2 I figure it out
#3 & 4 not that important for right now
Try adding this code to the Quick CSS:
.header_bg {
background: rgba(0,0,0,0.4) !important;
}
Cheers!
Josue