Which part of the classic template controls the styling of the lists of items generated when a category is clicked on.
I'm trying to add a border which neeeds to go round the whole list.
Warm Regards,
J
Which part of the classic template controls the styling of the lists of items generated when a category is clicked on.
I'm trying to add a border which neeeds to go round the whole list.
Warm Regards,
J
anyone?
Try adding this to the stylesheet, but it may encompass some stuff you don't want in the box:
#productListing {
border:1px solid;
}