Home Forums WoodMart support forum Need to increase the Text “Total” in the cart and checkout page

Need to increase the Text “Total” in the cart and checkout page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #639183

    ahemon0722
    Participant

    Hi there, I have explained the issue in the video. Please help me fix it. Thanks

    https://youtu.be/ITa7Cx5F_RQ

    #639366

    Hung Pham
    Participant

    Hi ahemon0722,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .cart-totals-inner table tr.order-total th,
    .woocommerce-checkout-review-order-table th{
        font-size: 50px;
    }

    Regards,

    #640200

    ahemon0722
    Participant

    Hi there, Thanks for the reply. Its working perfectly on the cart page but it doesn’t work in the checkout page as it is increasing the text size on other texts as well. I am attaching a screenshot.

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

    Hung Pham
    Participant

    Hi ahemon0722,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Kind Regards,

    #641064

    ahemon0722
    Participant

    Hi there, No problem. I am adding the login details in the private content.

    And I have described the issue in this video https://youtu.be/nIrJPXhucHc

    #641341

    Hung Pham
    Participant

    Hi ahemon0722,

    Thanks for details.

    Please remove above code and use below one:

    .cart-totals-inner table tr.order-total th,
    .woocommerce-checkout-review-order-table .order-total th{
        font-size: 50px;
    }

    Regards,

    #642949

    ahemon0722
    Participant

    Hi there, Thanks for the code. It worked great! However, I have another thing for which I need some help from you.
    Please watch this video and you will understand. Please help me fix this issue that I am having with the hidden sidebar. Thanks
    https://youtu.be/yORguJv3f4M

    #643100

    Hung Pham
    Participant

    Hi ahemon0722,

    If you are using Woodmart Header builder cart element and Elementor Pro plugin, you need to disable Elementor Mini Cart template that is designed to work with Elementor Pro under Elementor > Settings > Integrations > WooCommerce > Mini Cart Template and select Disable. https://take.ms/Ra7Cv

    In case you don’t use Pro version, there is an issue with the 3rd party plugins or Cache plugins. Please clear CDN or cache and deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Best Regards,

    #643191

    ahemon0722
    Participant

    Thank You for that. But there is one issue. There is a texts on the left of each product in the cart “show”. Can you tell me why is it there? And how can I remove that? Thanks

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

    Hung Pham
    Participant

    Hi ahemon0722,

    It caused by Element Kit, Please use below one:

    .elementor-kit-15581 a.cart-item-link {
        font-size: 0;
    }

    Regards,

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