Announcement

Collapse
No announcement yet.

Check out font sizes

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

    Check out font sizes

    Hello

    I am trying to change the font size of the text for each section within the checkout phase, ie Select Shipping Destination, Invoice Address, Shipping & Handling...

    I assume that I can change one of the references in css, but which one... Alternatively, is this something that I will have to do at each level of Order 1, Order 2...

    Any suggestions.

    Thanks
    Steve

    #2
    Hello

    Answering my own question here....

    I have added in a font size line within css and now have this.

    H1, H2, H3, H4, H5, H6 {
    font-family:CUSTOMVAR:ACTCSSFONTFAMILY;
    font-size: xx-small;
    }

    Cheers
    Steven

    Comment

    Working...
    X