Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Making Page Menu Bar transparent?


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Nov 18, 2009, 11:13 AM
Hedgie
 
1 posts · Nov 2009
Making Page Menu Bar transparent?

I've searched the forums on How to Make The Page Menu Bar Transparent and saw several ask the same question, but none of the solutions worked. I've tried entering the following into CSS Inserts:

HTML Code:
ul.rMenu {
background: none;
border: none;
}

ul.rMenu {
background: transparent;
border: none;
} 

ul.rMenu {
background: none;
border: none;
}

ul#rmenu2 {
background: transparent;
} 

ul#rmenu2 {
background: none;
} 


ul#rmenu1 {
background: transparent;
} 

ul#rmenu1 {
background: none;
} 
None of these achieve the transparent background. You can see the issue here: gofastweightloss.com

Any help is appreciated. The theme is fabulous by the way!
  #2  
Old Nov 18, 2009, 12:40 PM
juggledad's Avatar
juggledad
 
19,988 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try
HTML Code:
div#menu1 ul.rMenu {
background:transparent;
}
  #3  
Old Nov 27, 2009, 02:33 PM
Memento Vivi's Avatar
Memento Vivi
 
8 posts · May 2009
Curacao
To make the border disappear:

div#menu1 ul.rMenu {
background:transparent;
border-bottom:transparent;
border-top:transparent;
}
  #4  
Old Jan 27, 2011, 09:25 AM
harpek
 
32 posts · Jun 2009
I found that this does the trick to make the entire menu bar transparent, pasted right into ATO > Add HTML/CSS Inserts:

Code:
div#menu1 ul.rMenu {
	background:transparent;
	border-bottom:transparent;
	border-top:transparent;
}
ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li {
	background: transparent !important;
}
ul.rMenu li a:hover {
	background: transparent !important;
}
  #5  
Old Jan 30, 2011, 05:02 AM
jochemvreeke
 
13 posts · Jan 2011
Hi!

my first comment!! I found that this does work for me since i wanted to keep the text links full color:

Code:
div#menu1 ul.rMenu {
	background-color: rgba(255,255,255,0.65);
}

ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li {
	background: transparent !important;
}

ul.rMenu li a:hover {
	background: transparent !important;
}

Bookmarks

Tags
page menu background, transparent

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa Page Menu Bar -> BFA Page Menu Bar? bhannemann Page & Category Menu Bars 16 Feb 21, 2011 04:49 AM
[SOLVED] Change Current Menu Item's Background to Transparent rnimchuk Header configuration & styling 2 Sep 15, 2009 05:12 AM
[SOLVED] Transparent page menu - none of the threads work for me.. maguai Page & Category Menu Bars 1 Jul 27, 2009 11:04 AM
Transparent Menu Item Instead of A Background Color oz1 Page & Category Menu Bars 1 Jun 29, 2009 05:19 AM
Making menu bar links shorter gesman Page & Category Menu Bars 2 Feb 8, 2009 08:52 PM


All times are GMT -6. The time now is 08:03 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.