Reduce the font size of collection list - Prestige Theme

HELP NEEDED!

Can anyone please share with me any Custom CSS code to reduce the font size of the collection list? Thanks!

Hello @liu_x_trujillo1

can you share store URL?

Sure! www.embroidtale.com

And the collection list page is https://embroidtale.com/collections

Thank you!

Hi @liu_x_trujillo1 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save


Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.collection-card__content .h3 {
font-size: 15px;
}

It worked! Thank you so much!

Hello @liu_x_trujillo1
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.