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 » Page & Category Menu Bars »

changing the colour of the grey stripes on the menu?


  #1  
Old Aug 11, 2010, 03:04 PM
moomum
 
164 posts · Aug 2010
changing the colour of the grey stripes on the menu?

Hiya - I want to change the colour of the grey stripes so they are the same as the background colour of my menus - so I'd have 2 stripes of orange rather than grey (http://www.lactivist.net)

Huge thanks
Lisa
  #2  
Old Aug 11, 2010, 03:16 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Those gray stripes are a background image. You will have to create a new one to replace what is there. The image is called in ATO>Body, Text, & Links as:
HTML Code:
background: #fff url('<?php bloginfo('template_directory'); ?>/images/background7.png') repeat-x top left;
__________________
~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  
Old Aug 11, 2010, 03:32 PM
moomum
 
164 posts · Aug 2010
cool, thank you! there is still a chunk missing though, should I do backgrounds 5 and 6 as well?
  #4  
Old Aug 11, 2010, 04:06 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I'm not sure what you mean by there is a chunk missing but it shouldn't have anything to do with the other images. You just need to remove that background line in ATO>Body, Text, & Links. You also may want to go to ATO>Add HTML/CSS Inserts>CSS Inserts and take out the background line.
Change This
HTML Code:
div#menu1 ul.rMenu {
background: transparent;
border: none;
}
To This
HTML Code:
div#menu1 ul.rMenu {
border: none;
}
__________________
~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  
Old Aug 12, 2010, 02:17 AM
moomum
 
164 posts · Aug 2010
The bit missing is the grey section next to 'polls' that runs all the way up to and past the search box on www.lactivist.net. I tried taking off the search box but it made no difference.

Thanks, sorry to be thick but I can't see what I am supposed to do on the first bit you suggested, there seems to be no option for that, and on the css inserts there is no place to change code just this:

CSS Inserts Add CSS code here that you want to append to your theme's CSS file.

So it looks like I can add code but not take it away or change it
  #6  
Old Aug 12, 2010, 04:43 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
In ATO>Add HTML/CSS Inserts>CSS Inserts in the big box you should see a whole bunch of CSS. One of entries should start with div#menu ul.rmenu. You need to take out the background:transparent line.

Here is a video of what I mean.
__________________
~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
re: changing footer colour of body container? byrontay Header configuration & styling 3 Jul 28, 2010 09:49 AM
Changing Sidebar background colour to match rest of site CVCS_MD Sidebars & Widgets 4 May 27, 2010 09:30 AM
Button colour not changing on page menu sidebar Djembateuse Sidebars & Widgets 0 Mar 21, 2010 09:11 AM
[SOLVED] Sidebar dashes not changing colour MoneyMagnets Sidebars & Widgets 0 Aug 14, 2009 05:44 PM
[SOLVED] Changing Font Colour gradlebum Sidebars & Widgets 2 Jul 13, 2009 10:00 AM


All times are GMT -6. The time now is 06:32 PM.


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