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
[SOLVED] How to get rid of light grey bar appearing behind top nav and dark grey bars
#1
Oct 23, 2010, 04:49 PM
jopersona
16 posts · Oct 2010
[SOLVED] How to get rid of light grey bar appearing behind top nav and dark grey bars
Please see jopearson.com - I just can't see where in options to do this, can anyone help?
Version is Atahualpa 3.5
Thanks very much
Jo
#2
Oct 23, 2010, 04:57 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
For the gray area to the right of the menu items you could use something like
HTML Code:
#rmenu2 {background:white !important;}
The two gray bars to the left and right are a background image which you can eliminate in ATO>Body, Text, & Links
__________________ ~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.
#3
Oct 23, 2010, 05:50 PM
jopersona
16 posts · Oct 2010
Hello
Thanks for the suggestion.
I tried that, inputting directly into the css.php file, but it doesn't appear to work.
I put it here:
<?php if (strpos($bfa_ata['configure_header'],'%page-center')!==FALSE) { ?>
/* For centered page menu */
#rmenu2 {
background:white !important;
}
ul#rmenu2 {
border: 0 !important;
}
ul#rmenu2 li a {
white-space: nowrap; /* IE may wrap the link text of a first level item */
Maybe I put it in the wrong place?
Where should I put it?
And do you know how I get rid of the dark grey which is appearing in both side nav bars?
Thanks very much
#4
Oct 23, 2010, 10:08 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Thanks STB. I sometimes forget to put that info in my replies.
__________________ ~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.
#5
Oct 24, 2010, 07:50 AM
jopersona
16 posts · Oct 2010
oops ok will remove from that php file. Anything I cn do to get rid of the dark grey bars in the navs?
Cheers
Jo
#6
Oct 24, 2010, 08:00 AM
jopersona
16 posts · Oct 2010
Hi
As you can see at www.jopearson.com still got the long light grey bar across the top of the page behind the top nav and still got light and dark grey smaller bars appearing to left and right further down page. Any further help to resolve this greatly appreciated