Making Product Text Bigger On Pages (Dawn Theme)

Hello! I’d tried everything to make the product name appear bigger on my collections/main page, but I can’t seem to figure it out. I’d really appreciate it if someone can help me fix it.

I will provide 2 screenshots below for you to see and also my website’s password & url.

https://prestigestraps.com

Password: asd321

The first screenshot is of the main page, the second one is my collections page.

Hey @kitchencrafted

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @kitchencrafted
Its SideNode! We will be happy to help you today.

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find component-card.css file in assets
  4. Add the following code in the bottom of the file
.card__heading {
font-size:20px;
}

Let me know if need further assistance
Regards,
SideNode

Hello @kitchencrafted

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

h3.card__heading {
    font-size: 2rem !important;
}

Thank you for your solution! Can you send me a message, I need to fix something on my website and you seem like the professional that will be able to do it.

Thank you in advance!