adding span to wp titles
adding span to wp titles
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- WhiteFace0
What fadein11 said, add the background image to an outer element eg...
.entry-content .heading-section {background: url('image.png') center repeat-x;
}...then add a solid background to the H tags...
h1, h2, h3, h4{
background: #fff;
}