Bootstrap mega menu
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Bootstrap mega menu
Is it possible to make the background transparent in Bootstrap mega menu, using css?
Re: Bootstrap mega menu
Are you referring to the background of the dropdown portion? if so, add this to the page HTML between the <head> tags:
Code: Select all
<style>
ul.dropdown-megamenu.row{background-color:transparent;}
</style>
Re: Bootstrap mega menu
Thanks for that, no I mean the background to the main navbar
Re: Bootstrap mega menu
You can select 'transparent' for the background color of the main menu items.
Re: Bootstrap mega menu
Thanks for that, I did not see that option, please forgive my stupidity.