New Zenner
- Join Date:
- Mar 2010
- Posts:
- 74
- Plugin Contributions:
- 0
adding my own header image to sideboxes
I want to create my own header for the sideboxes, and I want a different header for each side box.
I have created the image and inserted in the correct part of the style sheet, however, it applies the image to all of the sideboxes not just one.
this is the bit of code I have beed changing, how do I have a separate bit of code for each sidebox??
And how do I get rid of the text that is already there as part of the template?
h3.leftBoxHeading, h3.leftBoxHeading a {
font-size: 1.2em;
color: #ff8000;
padding-left: 0px;
background-image: url('../images/sidebox2ourproducts.gif');
}