Hi:
Is there is a way to change the color of the related products box border?
regards.
Hi:
Is there is a way to change the color of the related products box border?
regards.
Try appconfig: BoxFrameStyle or RelatedProductsBoxStyle in style.css class; this isn't there by default so you could just add it.
The RelatedProductsBoxStyle class is also used in upsellproducts.xml.config, alsobought.xml.config, etc XMLPackage, so if you do not want them to get affect with your change, you can totally create a new css class and edit {root}/XMLPackages/Relatedproducts.xml.config file, then change:
Code:<td align="left" valign="top" class="RelatedProductsBoxStyle">
Thank you,
I changed in the AppConfig and that did it.