Page 1 of 1
Bootstrap mega menu
Posted: Fri Jan 31, 2020 11:14 pm
by gramae
Is it possible to make the background transparent in Bootstrap mega menu, using css?
Re: Bootstrap mega menu
Posted: Fri Jan 31, 2020 11:49 pm
by crispy68
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
Posted: Sat Feb 01, 2020 12:38 am
by gramae
Thanks for that, no I mean the background to the main navbar
Re: Bootstrap mega menu
Posted: Sat Feb 01, 2020 8:28 am
by Pablo
You can select 'transparent' for the background color of the main menu items.
Re: Bootstrap mega menu
Posted: Sat Feb 01, 2020 7:04 pm
by gramae
Thanks for that, I did not see that option, please forgive my stupidity.
Re: Bootstrap mega menu
Posted: Sat Feb 01, 2020 7:15 pm
by Pablo