I've read this, tutorial. https://www.zen-cart.com/tutorials/i...hp?article=135
And I can't seem to get it to work.
First off, I don't have this code in my ss.
The only thing remotely close to that code is this.Code:.leftBoxHeading { margin: 0em; background: url(../images/your_background_image.jpg) #ff6699; padding: 0.5em 0.2em; } .rightBoxHeading { margin: 0em; background: url(../images/your_background_image.jpg) #ff6699; padding: 0.2em 0em; }
I guess what I'm trying to do is keep the word of the header (ie Categories) and put an image behind said word as a background.Code:.leftBoxHeading, .centerBoxHeading, .rightBoxHeading { margin: 0em; background-color: #000000; padding: 0.5em 0.2em; }



