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
This topic has 2 replies, 2 voices, and was last updated 3 days, 22 hours ago ago by Ayan Rahman
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
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
You must be logged in to reply to this topic.Log in/Sign up