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 2 of 2

Thread: OnSaleForTextColor doesnt work

  1. #1
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default OnSaleForTextColor doesnt work

    I cant for the life of me get this to work. I can see it is rendered properly, but the text shows up default black and not red.

    Am I missing something? The class SalePrice also has red as the color.


    Code:
    <span class="SalePrice" style="color: red">&nbsp;Sale:&nbsp;$25.99</span>

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    It's actually overpowered by the {root}/skins/Skin_#/style.css
    Code:
    .SalePrice
    {
        color: #cc0000 !important;
    }
    You'll need to comment that CSS prototype and that's it...