I'm trying to make my entire blog all one color, but I can't figure out what I'm missing. I keep trying various things, but nothing seems to manage it. I've got a gray line that goes across all the way from one side to the other (horizontal) near the header section. And the background of 'Designed by' is the original gray, as well.
Thoughts?
(
My CSS )
Comments 12
Reply
Thanks for the help and the advice!
Reply
View the page source
Look through until you find the places where it says 'stylesheet' (there'll be more than one) then copy the url that follows it into your browser.
But see this entry, there's links to lots them in there.
Reply
Thanks again.
Reply
Reply
Reply
Putting in the CSS for a background should be fairly easy, but you can see how there can be little 'tweaks' you have to do (like me).
lol
Let me know if you get stuck. I'm not smart like these guys, but sometimes I can figure stuff out.
Reply
Reply
body, #page-inner, #header, #footer, .asset-name-hover
{ color: black; background-color: #a9847c; }
To remove the border:
#header {border-bottom: none;}
Reply
I figured there was a border there somewhere, but I just couldn't reason it out!
(And I'd never have guessed the asset-name-hover thing, I suspect.)
Your help is much appreciated.
Reply
But I can't seem to find any ad-related codes in the stylesheet that show a gray color. Is this true? Can it be changed via CSS?
Thanks, again.
Reply
Reply
Leave a comment