Announcement

Collapse
No announcement yet.

Simple way to Change Price Font Size

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

    Simple way to Change Price Font Size

    Hi All

    Im new to Actinic, i recently bought V10 Business Plus. I have managed to work out how to change many things but one thing eludes me.

    I have searched the knowledge base and found some references to changing the price font colour and size, but these were 2 years old and before V10's release.

    In essence i would like to change the price from its default colour and size to something of my own choosing. you can see the small price here: http://www.poker-chips.co.uk/shop/Gr...ker_Chips.html.

    There must be an easy solution in V10? or am i just being a little to optamistic?

    This site is very much work in process, any help and advise would be greatly apprecited.

    Best Regards in Advance.

    Darrell
    Best Regards

    Darrell Jedynak

    #2
    ediit the css

    You will need to edit the actinic stylesheet (if your layout uses it - it should be)
    Look for this bit - and change the font size to what you want.
    don't forget to backup your site BEFORE you do this!

    h3.product_price {
    font-size: <actinic:variable name="StandardFontSize" />;
    font-weight: 900;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    }
    Tezzflyer

    Websparky Electrical Goods

    http://www.websparky.co.uk

    Comment

    Working...
    X