Custom CSS Header not Showing
-
I just recently bought my own domain name and have been fixing up my CSS how I’d like it. I’ve figured out how to change the size of my header image, but it’s only the image I upload through WordPress’ header uploader. I’ve searched and searched and found the CSS code background: url (”). I tried that countless times with several images in the code shown below but my image just won’t show.
# HEADER
#
—————————————-*/#header {
display: block;
background: url(‘Picture 2.png’) 0 no-repeat;
margin: 0 auto;
margin-bottom: 17px;
height: 190px;
width: 700px;
padding: 30px 0 0 0 !important;
}#headerimg {
display: block;
background: url(‘Picture 2.png’) 0 no-repeat;
margin: 0 auto;
margin-bottom: 17px;
height: 190px;
width: 700px;I’m using the Brunelleschi theme on therichstyle.com.
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
This is actually what the CSS is under the header:
#header {
padding: 30px 0 0 0 !important;
}#headerimg {
display: block;
margin: 0 auto;
margin-bottom: 17px;
height: 190px;
width: 700px;
} -
Your site is self-hosted. You need to follow the link given by the supportbot and head over to the wordpress.ORG forums as that is where the software you are using is supported.
- The topic ‘Custom CSS Header not Showing’ is closed to new replies.