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

Solved

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

BraxtonEcom
Explorer
90 0 18

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

 

BraxtonEcom_0-1714945494417.png

 

Braxton
Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

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 </body>

 

<style>
.card__content .card__information .card__heading a{
   font-size: 18px !important;
}

</style>

 

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Noah
Shopify Partner
1317 233 281

This is an accepted solution.

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 </body>

 

<style>
.card__content .card__information .card__heading a{
   font-size: 18px !important;
}

</style>

 

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

niraj_patel
Shopify Partner
2391 516 515

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 </body> on theme.liquid
<style>
 .card__information .card__heading a {
      font-size: 20px;
  }
</style>

techlyser_web_0-1714969278629.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Vinsinfo
Shopify Partner
486 165 169

@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.
Vinsinfo_0-1714975643180.png
4. Locate "Custom CSS" field and paste the below code as like in the screenshot.

 

.collection .slider-mobile-gutter .full-unstyled-link {
    font-size: 20px;
}

 

Vinsinfo_1-1714975650047.png
5. Click "Save" button.
6. The final result be like,
Vinsinfo_2-1714975712846.png

 

 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support