How to change font size in cart and in popups

This topic has 12 replies, 3 voices, and was last updated 1 months, 1 weeks ago ago by Luca Rossi

  • Avatar: bafana57
    bafana57
    Participant
    August 10, 2024 at 06:04

    How do i change the size of the fonts in the cart page and also in the Popups
    See attached screenshots

    Files is visible for topic creator and
    support staff only.
    11 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 10, 2024 at 09:28

    Hello, @bafana57,

    Thank you for contacting us and for using XStore.

    In order to assist you with your inquiry, we request that you provide us with URL and temporary access to the wp-admin of your website. This will enable us to take a closer look at your settings and provide you with a more accurate and specific solution.

    To do this, please follow these steps:
    – Create an account via Dashboard (Users > Add new) with administrator role. Refer to the following image for guidance: http://prntscr.com/s3rc9m
    – Provide us with the username and password for the newly created account via the Private Content area. Refer to the following image for guidance: http://prntscr.com/s5mao7
    – Any email address can be used for the new account, it does not have to be your personal email.

    We kindly recommend that you take a complete backup of your site before proceeding.

    Please let us know once you have completed these steps, and we will promptly review your account information and provide assistance as soon as possible.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: bafana57
    bafana57
    Participant
    August 10, 2024 at 09:41

    check private content area
    backup is complete

    Please contact administrator
    for this information.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 10, 2024 at 13:52

    Hello, @bafana57,

    We are currently unable to access the WP-admin login details for your site. To assist you effectively, we kindly request that you provide us with the necessary login credentials.

    Please follow the steps outlined below to create a new administrator account:

    1. Navigate to the Dashboard and select Users > Add New.
    2. Assign the role of Administrator to the new account.
    3. For guidance, please refer to the screenshot provided here: [http://prntscr.com/s3rc9m](http://prntscr.com/s3rc9m)
    4. Once the account is created, please share the username and password with us through the Private Content area. For assistance, see this image: [http://prntscr.com/s5mao7](http://prntscr.com/s5mao7)
    5. You may use any email address for this account; it does not need to be your personal email.

    We also recommend that you take a complete backup of your site before proceeding with these steps.

    Please inform us once you have completed these steps. We will promptly review the provided account information and offer our assistance as soon as possible.

    Thank you for your cooperation.

    Kind Regards,
    8theme Team

    Please contact administrator
    for this information.
    Avatar: bafana57
    bafana57
    Participant
    August 10, 2024 at 18:54

    Sorry My Bad sent the wrong info check private message

    Please contact administrator
    for this information.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 12, 2024 at 05:05

    Hello, @bafana57,

    Thank you for providing the wp-admin login details.

    To modify the font size on the cart page, please insert the following custom CSS code in the specified location within your theme settings:

    Navigate to: XStore > Theme Options > Theme Custom CSS > Global CSS

    Insert the following code:

    .woocommerce-cart td.product-subtotal.mob-hide span.woocommerce-Price-amount.amount {
        font-size: 20px !important;
    }
    
    .woocommerce-cart tr.woocommerce-shipping-totals.shipping ul#shipping_method li p {
        font-size: 10px !important;
    }
    
    .woocommerce-cart tr.woocommerce-shipping-totals.shipping ul#shipping_method li {
        font-size: 10px !important;
    }

    We trust this adjustment will meet your requirements. Should you need further assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

    Avatar: bafana57
    bafana57
    Participant
    August 12, 2024 at 08:26

    Ok now what about the popups ?

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 12, 2024 at 09:33

    Hello, @bafana57,

    To change the fake sales popup title font size, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes:

    #sales-booster-popup .heading a {
        display: block !important;
        font-size: 22px !important;
    }

    The result should appear as shown in the following image: https://postimg.cc/SYX1mbWt

    Please note that you may adjust the font-size value as desired.

    We hope this information is helpful.

    Best regards,
    8Theme’s Team

    Avatar: bafana57
    bafana57
    Participant
    August 12, 2024 at 23:01

    The sales Booster Still does not work see attached screenshot
    The text of the whole popup is tooooo BIG

    Files is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 13, 2024 at 05:16

    Hello, @bafana57,

    To assist you more effectively, we kindly ask that you provide a detailed description of your request or specify the goal you wish to achieve. This will enable us to better understand your needs and offer the most appropriate support.

    Thank you for your cooperation.

    Best regards,
    The 8Theme Team

    Avatar: bafana57
    bafana57
    Participant
    August 13, 2024 at 05:46

    Not sure which part you don’t understand.

    Look at the attachment if this looks correct to yu then i am baffled.

    The text on the line is cut off

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    August 13, 2024 at 07:06

    Hi @bafana57,

    Please also add this custom CSS codes:

    
    #sales-booster-popup .sales-booster-popup-inner > div > span {
        white-space: inherit !important;
        font-size: 14px !important;
    }
    
    #sales-booster-popup .heading a {
        font-size: 10px !important;
    }
    
    #sales-booster-popup .sales-booster-popup-inner > div .info {
        flex-wrap: nowrap;
    }
    
    #sales-booster-popup .sales-booster-popup-inner > div .info > span {
        font-size: 8px !important;
    }
    

    https://prnt.sc/JBaBMcLidq3j

    Let us know how it goes!

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

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

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