How to change the font size of H1 H2 H3 etc?

This topic has 2 replies, 2 voices, and was last updated 3 days, 22 hours ago ago by Ayan Rahman

  • Avatar: Huang
    Huang
    Participant
    April 22, 2026 at 04:56

    Hello,

    I need to adjust the font size in the product desc. page but could not find where i can do it.

    Please advise.

    Thanks

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Ayan Rahman
    Ayan Rahman
    Support staff
    April 22, 2026 at 08:38

    Hi,

    Thank you for reaching out to us.

    1/ Please go to XStore Builders > Single Product Builder > edit template > https://prnt.sc/9aC3knJXi0E7
    Read more – https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/
    2/ Edit product description using Elementor https://prnt.sc/mgdA2Bd0kDl1
    3/ Please try to use this CSS code in the Theme Options > Theme Custom CSS > Global:

    @media only screen and (min-width: 650px) {
        .elementor-location-single .swiper-vertical-images .vertical-thumbnails-wrapper ul {
            overflow: hidden;
            padding-top: 0;
        }
        
        .elementor-location-single .swiper-vertical-images .vertical-thumbnails-wrapper li {
            display: inline-block;
            height: auto;
        }
    }

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