Announcement

Collapse
No announcement yet.

changing font colour in product description

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    changing font colour in product description

    Hi,

    How do we change the font colour from blue in the product description please.

    Wayne.
    www.fetishwear-uk.co.uk


    Actinic SEO

    We are specialists in Actinic SEO and have over 12 years experience with this software. PM me for more details if you need any help.


    sigpic

    #2
    Do you want to just change certain words in the full description, or do you want to change the entire full description.

    If it is the former, use embedded HTML marks !!< >!! within your full description like this:
    Code:
    !!<<font color="black">change this colour</font>>!!
    If it is the latter then edit the product layout template (normally Act_ProductLine) and put font tags around the NETQUOTEVAR:PRODUCTDESCRIPTION like this:
    Code:
    <font color="black">NETQUOTEVAR:PRODUCTDESCRIPTION</font>

    Comment


      #3
      changing the title colour

      Sorry Chris,

      My mistake i wanted to change the product title colour from blue.

      Wayne.
      www.fetishwear-uk.co.uk


      Actinic SEO

      We are specialists in Actinic SEO and have over 12 years experience with this software. PM me for more details if you need any help.


      sigpic

      Comment


        #4
        Look in the product layout template I mentioned and add the <font></font> tags around NETQUOTEVAR:PRODUCTNAME.

        Comment

        Working...
        X