Wondering how to make the text size smaller of a product description? It’s also the same size in the footer and would also like it smaller there (link size is perfect but business description is larger)
Thanks in advance
Hi @smander
Check this one.
.product__description.rte.quick-add-hidden p {
font-size: 1.2rem !important;
}
.footer-block__details-content.rte p {
font-size: 1.2rem !important;
}
And Save.
Result:
Note: You can increase/decrease the font sizes. The first code is for description and 2nd is for the footer.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, much appreciated!