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)
-   -   Outer Post Area Color Different From Outer Page Area Color (http://forum.bytesforall.com/showthread.php?t=20686)

GRF Jul 24, 2013 07:47 AM

Outer Post Area Color Different From Outer Page Area Color
 
In the "Body, Text & Links", Body Style I added this code "background: #BDAB6D;" and whenever I go to a Page the background around the outside of the blog is light tan, but when I go to any blog post, the background around the outside of the blog is white.

How can I change the outside of the blog for posts to the same color as pages (light tan)?

lmilesw Jul 24, 2013 09:11 AM

It's all about the proper CSS in the proper places. Any suggestions would be guesses without seeing the site.

GRF Jul 24, 2013 10:15 AM

Here is the code I found in FireBug

<body class="single single-post postid-6040 single-format-standard logged-in admin-bar customize-support" onpageshow="event.persisted&&(function(){var x=CKEDITOR.instances,d,i;for(i in x){d=x[i].document;if(d){d.$.designMode="off";d.$.designMod e="on";}}})();">

I want to set #FFFFFF to #BDAB6D for the BODY TAG BELOW

BODY {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-family: verdana,tahoma,arial,sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
text-align: center;
}

ALL LINES BELOW ARE CROSSED OUT

body {
background: none repeat scroll 0 0 #BDAB6D;
color: #000000;
font-family: verdana,tahoma,arial,sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
text-align: center;
}

juggledad Jul 24, 2013 01:09 PM

as Larry said, without being able tosee the site, best I can offer is you did something somewhere which is causing the code to do what you told it to do, not what you wanted it to do.


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

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