- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Optimal Theme Support › Background Header Image
I am trying to insert an image to the header background of a sidebar widget. I have tried everything and I still can’t get it to work. I tried inserting the following code in the style.css :
.home-feature-sidebar h4 {
background: url(images/headline-sidebar.png) no-repeat top left;
color: #333;
font-family: ‘Oswald’,arial,sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 34px;
text-transform: none;
}
Does anybody know what I’m doing wrong? Many thanks.
Do you have a link so I can take a look?
Here is the link: http://foxxr.com/blog/
I am trying to fix the white text at the moment as well. Thank you very much.
Is this for the homepage or the blog? You mentioned the “home-feature-sidebar h4” but you linked to the blog (which doesn’t have the “home-feature-sidebar h4”
I also noticed the background image is linked to url(images/headline-sidebar.png) but I get a 404 when I try to open it up.