Change size title products in the featured collections

Hi everyone!

I was trying to change the size of the title of the products in the featured collections, I also searched in the community, but I didn’t find the solution. Could someone help me please ??

https://dakota-rome-23.myshopify.com/

Thanks a lot in advance!

Regards from Rome

Pamela

@Dakotarome , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
#shopify-section-collection .product-card__title{
    font-size: 20px !important;
}

@media (max-width: 767px){
    #shopify-section-collection .product-card__title{
    font-size: 15px !important;
}
}

You can change the values as per your wish:

20px = font size desktop
15px = font size on mobile

Kind regards,
Diego

@diego_ezfy works!!! :heart_eyes: :heart_eyes: :heart_eyes: :raising_hands:
THANKS a lot Diego!!!

I don’t want to bother you again, only if it’s possible for you. The footer, specifically the second part: info & supporto, it’s different in the mobile version, has more space between lines. I would like that looks the same as the laptop version.

Could you give me some advice please?

Thanks a lot again, Diego!