This topic has 12 replies, 3 voices, and was last updated 3 months ago ago by Luca Rossi
How do i change the size of the fonts in the cart page and also in the Popups
See attached screenshots
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
check private content area
backup is complete
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
Sorry My Bad sent the wrong info check private message
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
Ok now what about the popups ?
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
The sales Booster Still does not work see attached screenshot
The text of the whole popup is tooooo BIG
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
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
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;
}
Let us know how it goes!
You must be logged in to reply to this topic.Log in/Sign up