Hi..
My current Mega Menu background is white and I would like to add a little bit of transparency to it.
How do i achieve this?
http://www.govino.com.au ( hover over the PRODUCTS link in the menu )
Mark
Hey montyburns!
Add this to your custom CSS.
.avia_mega_div .sub-menu { background: transparent; }
.avia_mega_div > .sub-menu { background: rgba(255, 255, 255, 0.4) !important; }
Regards,
Elliott