Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Changing the background color in horizontal box 2 (http://forum.bytesforall.com/showthread.php?t=5712)

glennvogelsang Feb 4, 2010 10:49 AM

[SOLVED] Changing the background color in horizontal box 2
 
http://beta.typebooks.ca
ata 3.4.5
WP 2.9.1

I tried changing the background color in hor bar styling - ATA options but it didn't seem to do anything. Do I have to add something to bfa header_config?

Any help is appreciated!

juggledad Feb 4, 2010 05:15 PM

What did you change it to? Did you hit SAVE after the change?

PS - in the post 'Eric Walters works the room!' I think you mean 'from' not 'form'

glennvogelsang Feb 4, 2010 10:38 PM

I want to change the background color of the container the newsletter subscription box is in. That is hor box 2 is it not? I changed the color to FFCC66 and it did change on the box underneath the header photo. But as mentioned I want the background of the subscription box to change.

What am I doing wrong?

ANd thans for picking up the spelling mistake! Nobody knows this site is up yet thankfully!

Thanks for your help as always

juggledad Feb 5, 2010 06:05 AM

I'm going to guess (after looking at the generated source) that you added the <div id="header_subscribe">...</div> after the %bar2 at ATO->Style & edit HEADER AREA->Style & edit HEADER AREA

By adding it there, it is it's own seperate element. %bar2 creates the horbar2 which is seperate from your new DIV

You need to add to ATO->Add HTME/CSS Inserts->CSS Inserts the following
HTML Code:

div#header_subscribe {
background:#FFCC66;
}

in addition you need to change the line '</div></center>' and make it '</center></div>' so you keep things in order

glennvogelsang Feb 5, 2010 06:48 AM

perfect thanks, Yet another save. I really do appreciate your help.


All times are GMT -6. The time now is 03:02 PM.

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