Is this possible to have a different image for each active sidebox?
Is this possible to have a different image for each active sidebox?
If you mean heading or box content backgrounds, yes, it is easy. Other possibilities may be more complex. We do need more info on exactly what you want to do, and seeing the site live will help us advise accurately.
Sorry I was talking about the headings. Right now they are set to the tile_bg or something like that.
You need to find the id of each sidebox you want to restyle. Look at "view source" in your browser to find that; the stock categories sidebox has id="categories", for example. To customize its header background, add to your stylesheetand save yourcategoriesheading.gif in /includes/templates/your_template/images/.Code:#categoriesHeading {background: url(../images/yourcategoriesheading.gif) no-repeat;}
Now would that work for each different category heading or is the for all of them?
How would I add the different headings, something like this
#categorieswhatnew {background: url(../images/yourcategoriesheading.gif) no-repeat;}
then another for a different category
#categoriesbestsellers {background: url(../images/yourcategoriesheading.gif) no-repeat;}
Last edited by NJfire; 23 Sep 2013 at 10:29 PM.