What's your biggest current challenge? Have your say in Community Polls along the right column.

Increase font size for featured collection text - Dawn theme

Increase font size for featured collection text - Dawn theme

wattsga
Shopify Partner
20 0 5

Hello,

 

I am trying to increase the size of the product text in a featured collection on my site. I would like to be able to choose the font size if possible.

I appreciate any help

Featured collection text bigger.JPG

Reply 1 (1)

Vinsinfo
Shopify Partner
460 158 157

@wattsga Please find the below steps to increase the size of the product text in a featured collection in dawn theme. Let us know whether it is helpful for you.

 
1. From admin, Go to "Online Store" -> "Themes".
2. Click "Customize" button in the current theme.
3. In the "Home page", go to the respective "Featured collection" section and click it like in the below attached screenshot.
Vinsinfo_0-1729232883888.png

 

4. Search for the "Custom CSS" field at the bottom of the section and add the below code to the field, like in the below attached screenshot. You can update the font-size value as per your need.

 

@media screen and (max-width: 480px) {
  .card__information .card__heading .full-unstyled-link {
    font-size: 18px;
    line-height: 22px;
  }
}

 

Vinsinfo_1-1729232892394.png

 

Note: The code provided above is for mobile view. If you need the font size change also for desktop, remove the media query line and its closing brace.
 
 
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