How to change the heading size of the featured collection in mobile view only

url: makerlab-electronics.com

This is Noah from PageFly - Shopify Page Builder App

Please add code here to change it:

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

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
@media (max-width:767px){
.collection__title h2{
  font-size: 25px !important;
}
}