Bootstrap mega menu

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
gramae
 
 
Posts: 124
Joined: Thu May 24, 2012 1:47 am

Bootstrap mega menu

Post by gramae »

Is it possible to make the background transparent in Bootstrap mega menu, using css?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Bootstrap mega menu

Post 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>
gramae
 
 
Posts: 124
Joined: Thu May 24, 2012 1:47 am

Re: Bootstrap mega menu

Post by gramae »

Thanks for that, no I mean the background to the main navbar
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Bootstrap mega menu

Post by Pablo »

You can select 'transparent' for the background color of the main menu items.
gramae
 
 
Posts: 124
Joined: Thu May 24, 2012 1:47 am

Re: Bootstrap mega menu

Post by gramae »

Thanks for that, I did not see that option, please forgive my stupidity.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Bootstrap mega menu

Post by Pablo »

Image
Post Reply