Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] How to change horiz bar colors to match menu? (http://forum.bytesforall.com/showthread.php?t=19598)

Simeon Feb 8, 2013 10:34 AM

[SOLVED] How to change horiz bar colors to match menu?
 
1 Attachment(s)
Have latest ATO theme, just updated it... cannot find how to change the color of horiz bars that extend to R/L of page menu and category menu to match colors of menu.

See attachment... the horizontal bars are grey, where do I find setting to change their colors? :confused:

Thanks,
Simeon :)

juggledad Feb 8, 2013 10:43 AM

First you need to determined where the grey bars are coming from. I'd suggest using a code examiner to find out.

Once you know where it comes from, come back and tell us and we can proceed.

p.s. you might want to look at the Atahualpa FAQ forum

Simeon Feb 8, 2013 06:17 PM

1 Attachment(s)
Used Firebug... found that updating the background7.png image in the ATO theme's image directory fixed 90% of the problem... however, there is still a grey section around the search box and I have worked for hours trying to find a background image for that and also tried adding css code in the editor window of HTML/CSS inserts section for these id/classes below which Firebug indicates are the code for this section of the site:

<ul id="rmenu2" class="clearfix rMenu-hor rMenu">

Adding background color definitions in the HTML/CSS inserts section (window bottom of that ATO admin page) does nothing to solve this problem.

The attached screenshot shows the HTML code Firebug indicates is involved as well as the problem.

Any help would be appreciated.

Thanks,
Simeon

juggledad Feb 9, 2013 05:11 AM

as I said...you might want to look at the Atahualpa FAQ forum (hint hint)

Simeon Feb 9, 2013 07:47 AM

I did that before I ever posted a request for assistance here. After spending several hours looking for solutions there and elsewhere w/o finding any I posted here.

juggledad Feb 9, 2013 08:05 AM

Oh, did you read the one titled 'I can't get the grey bars to line up with the menu '?

Simeon Feb 9, 2013 07:31 PM

Yes I did, and this does not address the problem of the grey area which remains by the search box.

I actually roughly followed that procedure in FAQ to change the color of most of the horizontal bar shortly after I posted this request, the results of which I already reported in this thread to help anyone else coming across it down the road.

The grey area around the search box is not changed by this, however, and remains grey. So there is obviously an element being overlaid on top of those horizontal bars which act as a background layer to the menus and the search box.

This grey area is also not responding to any of the css definitions I have tried for the classes and id's being used on the containing html elements for the search box such as <div>, <td> etc.

juggledad Feb 9, 2013 08:27 PM

What is the URL?

Simeon Feb 10, 2013 07:51 AM

http://innerpeace-worldpeace.com/

juggledad Feb 10, 2013 02:46 PM

look at the settings in the CSS Inserts at the 'div#menu1'

Simeon Feb 10, 2013 06:45 PM

Yep, that did it! TY x 1,000 :o

Found this and changed the color hex code to #660099.

div#menu1 {
background: #eee;
}

It's interesting that...

1) The css code in the insert window for div#menu1 does not show in Firebug

and...

2) That I had tried assigning a different background color to div#menu1 at the top of the css insert window in ATO... but I did not realize that my new css definition was being overruled by this other css definition that is just changed because it was appearing further down in the insert window!

Thanks,
Simeon


All times are GMT -6. The time now is 05:36 AM.

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