make 'icon with text' bigger (TEXT ONLY)

Topic summary

A user wants to increase the text size in their ‘icon with text’ section on a product page, while keeping the icon size unchanged. The text currently appears slightly smaller than the icons.

Site Details:

Proposed Solution:
Another user suggested adding custom CSS to adjust the font size:

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

Status: The solution has been provided but not yet confirmed as implemented or tested by the original poster. The discussion remains open pending verification of the fix.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

hello, i would like to make my text bigger for my ‘icon with text’ on my product page - the icon itself its fine, i just would like the text slightly bigger so they are the same size:

as you can see, the text is slightly smaller than the icons (only slightly smaller, so no need to make it too much bigger)

my website is www.antico-abito.com , theme is dawn , password is chasha

Hi @ads18922

let try to add Custom CSS below:

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