Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Related products box border

  1. #1
    MMJ is offline Junior Member
    Join Date
    Jun 2008
    Posts
    13

    Unhappy Related products box border

    Hi:

    Is there is a way to change the color of the related products box border?

    regards.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    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">

  3. #3
    MMJ is offline Junior Member
    Join Date
    Jun 2008
    Posts
    13

    Default

    Thank you,
    I changed in the AppConfig and that did it.