Hi,
I've been digging around, but i haven't been able to find out how to choose a different color for the background and the font.
Is there away to decouple this?
Regards
Jez
Decouple Background Color from Text Color
7 posts from 3 voices-
Posted 2 years ago #
-
The easiest way would be to change following code in header.php:
<body id='top' <?php body_class($k_option['custom']['bodyclass']);?> >to
<body id='top' <?php body_class($k_option['custom']['bodyclass']);?> style='background-color:#C0C0C0;' >Replace C0C0C0 with a color of your choice (background color) and choose the font color in the admin backend.
The Dude
Posted 2 years ago # -
Works like a charm.
Thanks :)Posted 2 years ago # -
Ooh sweet! I needed this fix too! :)
If I want do decouple also the footer-area and headline-area, what should i do then? I just want the text to be in another color.Posted 2 years ago # -
It depends on the theme you're using. Some things are coupled, some things can be done via css. What theme are you refering to? Avisio?
The Dude
Posted 2 years ago # -
Yeah, avisio!
Posted 2 years ago # -
You can change the color by editing following to css attributes in style1/2/3.css - add a color attribute there:
i.e:
#wrapper_featured_area, #wrapper_footer_top{ background: transparent url("../images/skin1/bg_grain.png") repeat-x bottom center; color:#000; }#wrapper_head{ background: #fff url("../images/skin1/bg_gradiant_stripe_top.png") repeat-x 0 0; border-bottom: 1px solid #fff; color: #000; }Posted 2 years ago #
Reply
You must log in to post.














