Assistance Request: Modification of Individual Product Section in Online Store

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

  • Avatar: TronShop
    TronShop
    Participant
    February 21, 2024 at 17:50

    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,

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    February 22, 2024 at 06:05

    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

  • 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.