How would I add styling classes to the product images wherever they appear (one class for the ThickBox popups, a separate class for the images appearing in Latest Products, for example)? I'm thinking of setting background color and a border. This would only need to be added per "group" to the stylesheet; no control from the Admin would be necessary.
Just apply a style class to a div, for example
if I wanted a border round all images in the header
If you don't know what I'm talking about read up on CSS and edit the stylesheet.css in your template directory.
hope this helps
if I wanted a border round all images in the header
Code: Select all
#header img{
border: 1px solid #000;
}
hope this helps

New member
Who is online
Users browsing this forum: No registered users and 6 guests