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: How Can We change Text Colour And Layout On Product Detail Pages

  1. #1
    ross is offline Junior Member
    Join Date
    Aug 2011
    Posts
    29

    Default How Can We change Text Colour And Layout On Product Detail Pages

    We want to change lcolour of price in product detail page and size eg. Bold also we have what to make title bold aswell , we also have space which has a little envelope for emails to friend how can we ad facebook onto that line?

    Hope you can help

  2. #2
    abdul is offline Junior Member
    Join Date
    Dec 2011
    Posts
    3

    Default

    Hi,

    I am facig the same problem.

    if you have solution, please share it.

    Thanks
    Abdul

  3. #3
    jreigh@steelcitysupply.co is offline Junior Member
    Join Date
    May 2011
    Location
    Pittsburgh, PA
    Posts
    2

    Default Change Description Size

    Try adding the following to your CSS and change the color, font and size settings:

    .ProductNameText
    {
    color: #4D4D4D;
    font-family: arial,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    }

    This will change the price also:

    .VariantPrice
    {
    color: #C2000C;
    font-family: arial,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    }


    Quote Originally Posted by ross View Post
    We want to change lcolour of price in product detail page and size eg. Bold also we have what to make title bold aswell , we also have space which has a little envelope for emails to friend how can we ad facebook onto that line?

    Hope you can help