Hi I'm not sure how to explain this but, I was messing with my theme and accidentally deleted most of my polka dots in my background. Can someone pleas tell me how to get my polka dots back to cover the entire background? Thanks!
Hi I'm not sure how to explain this but, I was messing with my theme and accidentally deleted most of my polka dots in my background. Can someone pleas tell me how to get my polka dots back to cover the entire background? Thanks!
You may need to post a link to your site so someone can take a look at your theme. :-)
I hope you are having the original/downloaded theme file in your computer.
Restore that messed up file from the original theme file, which you are having in your computer.
uh oh, someone else designed my theme. oops
Find this in your stylesheet;
/* Header and Titles */
#header { float: left; display: inline; width: 100%; height: 350px; padding: 0px; border-bottom: 3px #FFCCCB solid; background: #FFF9F9 url(images/head-back.jpg) repeat; }
change it to this, and see if it looks like it did before.
/* Header and Titles */
#header { float: left; display: inline; width: 100%; height: 350px; padding: 0px; border-bottom: 3px #FFCCCB solid; background:transparent #FFF9F9 url(images/head-back.jpg) repeat; }
This topic has been closed to new replies.