Announcement

Collapse
No announcement yet.

Newbie question - change price font size

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

    Newbie question - change price font size

    I am trying to change the font-size of the product prices.

    I managed to change size of the word 'Price' easily enough but am struggling with the actual price.

    Can anyone advise??

    John

    #2
    John,

    On teh design tab, click on the price in the preview pane , in the layout code below you sould see the following code
    <actinic:block PHP='true' SELECTABLE='false'>priceformat('<actinic:variable name="SecondCurrencyFormat" />','<Actinic:Variable Name="TaxExclusivePrice"/>', '<actinic:variable name="TaxExclusivePriceAlt" />');</actinic:block>
    Use the yellow swirl with the upward arrow to navigate one leve up in the code, you shoudl now see
    <actinic:variable value="Product Price Excluding Tax" name="PreFormattedPrice" />
    Right Click on this and select 'Edit Appearance', against 'Font Color' click the white space and then select a color, same for 'Font size'. Click OK, then in the layout code click 'Apply'. The changes might not be immediately visible in the 'Preview pane' on teh design tab, check on the content tab to see the changes reflected.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X