Font Size Adjustment Query for Checkout and User Portal

This topic has 2 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: TronShop
    TronShop
    Participant
    February 13, 2024 at 20:04

    Support Team of 8Theme,

    We would like to express our gratitude in advance for your cooperation. We have opened this ticket to address the following inquiries. We trust we can rely on your detailed support to efficiently resolve any issues, questions, or conflicts related to the setup, usage, and optimization of our website developed with your technology.

    We would like to know how we can reduce the font size of all text on our site. We have especially noticed that in the shopping cart settings, checkout, and user portal, we cannot adjust the text size. Could you please advise us on how to do this?

    If possible, we would greatly appreciate if you could provide a video demonstration. This would greatly simplify the process.

    We will await your response, and if additional details are necessary, please do not hesitate to inform us to include them in this matter.

    In the private section, we have attached the necessary information to make any necessary changes on your team’s part.

    Warm regards and best wishes from our TronShop team.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 14, 2024 at 09:39

    Hello, @TronShop,

    Thank you for reaching out to us with your inquiry.

    We would like to inform you that the font sizes on the cart and checkout pages are currently set to inherit the default body font size specified within your theme settings. This can be adjusted by navigating to Xstore >> Theme Options >> Typography. For your convenience, I have provided screenshots illustrating this setting: https://ibb.co/tLNdGV6 & https://ibb.co/4dhGHBt.

    Should you wish to customize the font size for specific sections on the Checkout page, you will need to apply Custom CSS code. This code can be entered by going to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS. Once there, you may modify the font size within the provided code to suit your preferences. Below is an example of the CSS code that can be used:

    .etheme-cart-checkout-accordion .accordion-title span {
        font-size: 14px !important;
    }
    .woocommerce-checkout-review-order-table .cart_item .product-name {
        font-size: 12px !important;
    }

    Please feel free to adjust the numerical values to meet your specific font size requirements.

    Should you require any further assistance, do not hesitate to contact us.

    Warm regards,
    The 8Theme Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.