Increase font size for featured collection text - Dawn theme

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

@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.

  1. 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;
  }
}

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.