Hi there,
I would like to change the background of the submenu from the solid black to transparent i have tried the following css code but with no luck help please
#top .sub-menu { background: transparent !important; box-shadow: none !important; }
Thanks
Bejan
Hey bejan2k,
Try this code in the General Styling > Quick CSS field:
.header_color .main_menu .menu ul li a {background-color: transparent !important; border-color: transparent !important; }
Best regards,
Mike
Hi Mike, just tried that code now and it has worked only thing is there is a slight drop shadow remaining around the sub menu is there a way to remove that also?
thanks
Hi,
Try this code in the General Styling > Quick CSS field:
.av-main-nav ul {box-shadow: none!important; }
Best regards,
Mike
Thanks Mike that fixed it :) case solved