Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

Transparent background menu items. how?


  #1  
Old Jun 21, 2011, 09:22 AM
Marco.s
 
10 posts · Feb 2011
Greetings,
I'm trying to get a transparent background menu bar to overlap my header image with absolute positioning
Code:
#menu1 {
    background-color: rgba(255, 255, 255, 0.5);
    height: 30px;
    position: absolute;
    top: 320px;  //yes, it's a big header image
    width: 100%;
}
But so far found no way to completely hide the background for individual menu voices.
in ATO -> Menu1 there's no way to set the background to "none" or "transparent" because of that darn color picker defaulting to black. Even tried typing "none" or "transparent" in it, it always reverts to 000000.
So I'm trying to override the settings with several
background:none !important;
statements, but still having no luck. (heavily using firebug here)

Any hints?

Alternatively, I'm thinking about changing the backgrounds directly in the DB entries, but not quite sure it will do the job.

Thanks for your attention.

Is there a quick way to achieve my result? was even thinking there might be the way to disable the color picker and turn the color fields into standard text inputs so i can type what i need.
  #2  
Old Jun 21, 2011, 01:01 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
How about this?
HTML Code:
#menu1 li {
    background: transparent !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Transparent background behind page menu inkdork Page & Category Menu Bars 7 Jan 7, 2012 07:54 PM
[SOLVED] Changing page menu background to transparent... ARealpolitik Atahualpa 3 Wordpress theme 9 Oct 12, 2011 05:30 PM
Menu Transparent Background - not working after fix shadowoflight Page & Category Menu Bars 5 Mar 27, 2011 05:26 AM
Transparent Menu Item Instead of A Background Color oz1 Page & Category Menu Bars 1 Jun 29, 2009 05:19 AM


All times are GMT -6. The time now is 11:51 PM.


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