Home Forums WoodMart support forum Advanced typography settings

Advanced typography settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #470197

    lino.peverada
    Participant

    Hi,
    In advanced Typography, can I add mor than one “.my-custom-class” in the same rule? Or have I to create one rule for each “.my-custom-class”?
    I don’t see this option here but I think it would be possible https://xtemos.com/docs-topic/advanced-typography-settings/

    Another question:
    In one rule I’ve added “Widget prices”, but seems is not applied to the “Shopping cart widget”, right?

    I would like to change all prices color all over our website. The problem is our primary color is #FFD100 but for text on white background is not working well… quite hard to read.
    Works well for buttons but not for text over white background. Any suggestion?

    With advanced Typography I’ve changed prices color where is possible (#de970b), but unfortunately is not applied everywhere

    #470691

    Luke Nielsen
    Keymaster

    Hello,

    1. Yep, you can add more than one class, you just need to use commas for separation.

    2. Please send me screenshots of where you want to change price color and provide access to the admin dashboard so I will investigate it.

    Kind Regards

    #471014

    lino.peverada
    Participant

    Thanks for answer 1.
    Images attached. While taking screenshots I came up with the idea I might be better to change the primary color, shouldn’t I? 🙂

    Attachments:
    You must be logged in to view attached files.
    #471075

    Luke Nielsen
    Keymaster

    Hello,

    1. Prices in the widget cart:

    .cart-widget-side .amount {
        color: blue;
    }

    https://take.ms/EpxjKN

    2. Cart content price: https://take.ms/2j9w2

    .cart-content-wrapper .amount {
        color: blue;
    }

    3. Checkout: https://take.ms/Zn49e

    .woocommerce-checkout .checkout-order-review .amount {
        color: blue;
    }

    Coupon link: https://take.ms/yb7wO

    .woocommerce-checkout .showcoupon {
        color: blue !important;
    }

    Kind Regards

    #471111

    lino.peverada
    Participant

    Thanks 🙂

    #471116

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If there’s anything you need, please write me or another member of our help desk team.

    We’re here for you!

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Advanced typography settings’ is closed to new replies.