This topic has 3 replies, 2 voices, and was last updated 1 years, 1 months ago ago by cindyloo
So far everything is good as I learn how to use Elementor, XStore and the various plug-ins. Question:
Is there a quick fix to adjust the size of the total price of the Frequently Bought Together widget? It is too large and competes with the single product information in weight and size. I’d like to de-emphasize it.
Code snippet or something else that would help me do that?
Hello, @cindyloo,
Thank you for contacting us and for using XStore.
Should you desire to modify the size of the total price of the Frequently Bought Together, kindly replicate and insert the provided CSS code under the following path: XStore > Theme Options > Theme Custom CSS > Global CSS. Subsequently, please ensure to publish it.
The outcome should resemble the attached example.
https://postimg.cc/XZYzHb8M
.single-product .bought-together-products .total-price-wrapper .total-price {
font-size: medium !important;
font-weight: 500 !important;
}
Please note that you have the option to alter the font-size value in the code according to your specific needs.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team.
Worked perfect. Thank you
The issue related to '‘Help with tweak on Frequently Bought Together’' has been successfully resolved, and the topic is now closed for further responses