Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   two colour centre column? (http://forum.bytesforall.com/showthread.php?t=3633)

adri Sep 28, 2009 11:15 AM

two colour centre column?
 
Hi

New to wordpress and atahualpa but nearly got what I want out of it by trial and error.

question is

is there a way to split up the center column so that the top bit (above the loop) has a different background colur and text colour etc to the bottom bit (the loop). I'm thinking I'll have to do some divs and css editing but not sure where or what...

I want a light coloured top bit with a dark coloured bottom bit.

sorry if it's a newbie question. want to get the site up asap.

any help appreciated.

flaneur Oct 10, 2009 06:18 PM

For the "above the loop color"...

In ATO > Style & Edit Center Column > Content Above the Loop, add:

Code:

<div class="topbit">
This is inside the top bit.
</div>

In ATO > Add HTML/CSS Inserts, add:

Code:

div.topbit { background-color: #888888; }
#888888 is grey, search "html color codes" on any engine for more options.

For the rest of the column, just put the color you want
Code:

background-color: #xxxxxx;
in ATO > Style & Edit Center Column > Center Column Style.

I love messing around "above the loop". Once you get the hang of it, there's alot of possibilities.


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

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