How to increase the font size of the product title on the featured collection section - Dawn Theme

I’d like to increase the font size of the product title on the featured collection section (as shown on the attached image)

URL: https://www.soundshield.co.uk/

Dawn Theme

Any advice is really appreciated

This is Noah from PageFly - Shopify Page Builder App

Please add code here to change font-size title:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

1 Like

Hello @BraxtonEcom

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

.card__information .card__heading a { font-size: 20px; }

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

@BraxtonEcom Please follow below steps to increase the font size of the product title on the featured collection section. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Featured Collection” section.

  1. Locate “Custom CSS” field and paste the below code as like in the screenshot.
.collection .slider-mobile-gutter .full-unstyled-link {
    font-size: 20px;
}

  1. Click “Save” button.
  2. The final result be like,

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.