change text size for icon with text on product page

hello, i want to change the size of my text for the ‘icon with text’ section on product template for product page. I would like to make it a bit smaller

I am using dawn theme

This is my store domain: qmpryp-cx.myshopify.com

and this is my password: chasha

1 Like

@ads18922 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.icon-with-text__item span.h4.inline-richtext {font-size: 12px;}

Hello @ads18922

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.css. Add the provided code at the end of the file.

.icon-with-text--horizontal .h4.inline-richtext {
font-size: 12px!important;
}
.icon-with-text--horizontal img {
width: 25px;
height: 25px;
}