New Landing How can we help? Themeforest Theme Support Dante Cart page font size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #110403
    MHC
    Member
    Post count: 247

    Hi there~

    On my cart page, there are some size 14 texts which I would like to make them size 16.
    Tried to adjust H6 (which was size 14) but not seeing any effect.
    Please see attached screenshot for explanation.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #110560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce table.shop_table tr td, .woocommerce-page table.shop_table tr td {
        font-size: 16px !important;
    }
    .woocommerce .cart_totals table th {
        font-size: 16px !important;
    }

    Thanks 🙂
    With Best Regards
    Mohammad

    #110871
    MHC
    Member
    Post count: 247

    Hi Mohammad,

    Most of the texts mentioned are changed to size 16 using the CSS you gave me, except for:
    ITEM DESCRIPTION UNIT PRICE QUANTITY SUBTOTAL
    They remain as size 14, how can I make them size 16?

    Please see attached screenshot. Thanks so much once again!

    Attachments:
    You must be logged in to view attached files.
    #110879
    MHC
    Member
    Post count: 247

    Also, the “Cart Totals” numbers are still size 14… How can I change them to size 16?

    Please see attached screenshot for the red areas. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #110881
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to the theme custom css.

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-size: 16px!important;
    }

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register