Hi,
I am trying to update my product description, when I have indented for the PodMax product, it appears to have made the text very small? Likewise on my PodX, the word ‘Specification’ is tiny, any suggestions on what could be causing it or how to resolve?
URL PodMax - https://www.peurne.com/products/peurn-podmax-now-an-incredible-95cm-ide
URL PodX - https://www.peurne.com/products/ice-podx
Theme - Ride
Hi @PeurneLtd
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.product__description.rte.quick-add-hidden strong,
.product__description.rte.quick-add-hidden span {
font-size: inherit !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like