Is there a way to make the text in this icon row larger or bolder on the product page?
placentactive.com.au
Hi @sofiakarkus
If you are talking about these
icons, Then you need to upload a high. resolution icons because these icons are 100x100 in size.
Thank you
D.P.
Hi,
Sorry, I should have specified that I meant the text below these icons. Is it possible to make that text appear bolder or larger?
Thanks!
Hi @sofiakarkus
Yes, It is possible.
Add below CSS to theme.css
span.icons-row-block__text {
font-size: 18px;
font-weight: 700;
}
It will look like this
Thank you so much, it worked!