Hi
zen cart 1.3.8a
cherry zen template.
I would like to be able to remove the box that bounds the product description and would like to know how to do it.
Regards
Les
Hi
zen cart 1.3.8a
cherry zen template.
I would like to be able to remove the box that bounds the product description and would like to know how to do it.
Regards
Les
We don't have every template available at hand...
Post a link to the page in question
Zen-Venom Get Bitten
stylesheet.css (line 378)
#productDescription {
border:1px solid #BFBFBF;
clear:both;
margin-top:20px;
}
Cheers works like a dream.