Hey guys, I am setting up a website for a guy and he paid for the CSS feature, I am getting use to it but having trouble with the BG, how do I get my BG pic to appear again?
The blog I need help with is t5xasylum.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hey guys, I am setting up a website for a guy and he paid for the CSS feature, I am getting use to it but having trouble with the BG, how do I get my BG pic to appear again?
The blog I need help with is t5xasylum.wordpress.com.
We need a link to the site you are talking about.
You have pasted the entire CSS into the CSS edit window and that is not advisable at wordpress.com. At wordpress.com you don't actually "edit" the existing CSS. The best route is to put only the specific selectors, and only the specific declarations you are changing or adding into the CSS edit window. This keeps unsuspected things like a disappearing headers and backgrounds from disappearing.
Delete all the CSS from the CSS edit window, make sure "add to existing..." is selected and then save to return back to the original design and the background will reappear. Then start adding in exactly what you want to change.
Okay, that is done...now how do I edit to put black BG's to the title BG?
What I mean I want the text to be white but the BG of that to be white.
I'm not understanding you. The header image you are using includes a dark photographic soft focus background with some blue text and some white text over it.
This is the header image you are using.
You need to be more specific here. What "title" are you talking about?
''The Madness has a new home'' and the writing under that I need to be white, and that BG space which is white now I want to be black so it is white writing on black BG.
Not knowing how far you want to go, this takes care of what you have said you want.
#c2 {
background: #000000;
}
body #c2, h1.post-title a {
color: #FFFFFF;
}
I understand this, but do I just paste that part to the stylessheet?
Oh nvm, got it...thanks :)
You are welcome.
This topic has been closed to new replies.