Change product grid title / font size Dawn theme

Hey guys!

I’ve been searching around the forum and googling but i can’t seem to fix this problem..

As you can see in the attached picture the font title size of the product grid in “products” is really big, both on desktop and mobile.. I would like to make it a bit smaller and also to make the products aligned and same size.

Anyone who knows how to fix this?

Thanks in advance

/Oscar

HI @ozki

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

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

Step 2: Search file base.css

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

.card__heading a {

font-size: 18px !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Thank you Victor, would you also know how to make the size align for all products?