Okay
  Public Ticket #3654229
Font size price amount Woocommerce
Closed

Comments

  •  3
    Intensgroen started the conversation

    Hi,

    I have a small question. When you're on the checkoutpage of my website and you see the summary of the products the fontsize of het total is very large.


    Question: How can I change the fontsize of the total amount (.woocommerce-Price-amount)

    See attachment. Do you have some css code?


    Attached files:  Fontsize_amount.jpg

  •  8,838
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .checkout #order_review .order-review tbody tr.order-total td .woocommerce-Price-amount {
        font-size: 16px !important     ;
        line-height: 18px;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Intensgroen replied

    Top, it works! Thanks