This topic has 2 replies, 2 voices, and was last updated 9 months ago ago by Luca Rossi
Team 8Theme,
We want to express our gratitude once again for all your support. We are reaching out to request your assistance with modifying the individual product section on our online store. This section comes by default and we are unable to directly edit it from the product template editor, as it is set as the default.
We would like to ask if you could consider making the modification using CSS, so that it can be perfectly tailored to all our products. We are open to any other suggestions you may have for addressing this issue effectively.
We appreciate your attention to this matter and look forward to your prompt response.
Best regards,
Subject: Instructions for Adjusting Font Size on Product Elements
Dear TronShop,
We hope this message finds you well.
We would like to provide you with the necessary CSS code to adjust the font size of certain elements within your product screenshots. Kindly insert the following custom CSS snippet into your website’s stylesheet:
.single-product .et_product-block .woocommerce-product-details__short-description p,
.single-product .et_product-block .woocommerce-product-rating a,
.single-product .et_product-block div.sales-booster-estimated-delivery {
font-size: var(--p-font-size, 1.14rem);
}
This code will ensure that the font size for the product details description, product rating links, and estimated delivery information is set to 1.14rem, or to the value of the --p-font-size
variable if it is defined.
Should you require any further assistance or have any questions regarding this process, please do not hesitate to reach out to us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up