I want to change the font size of product names in featured main page in Dawn

Don’t know the CSS code and would appreciate the help.

@Roque01 - can you share this page link?

Hi @Roque01

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


You can change the value of 20px to match with the size you want

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello @Roque01

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

a.full-unstyled-link { font-size: 22px; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.