How can I adjust the title font size on a specific webpage?

Hi!

I need help on editing the font size of page titles.

https://inoop.jp/pages/care

The title is too big and I would like to change it smaller.

I know I have to change the base css but I can’t figure out which code to edit.

Can someone please help me?

Thanks!

Hey @Minako85

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

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:
.main-page-title.page-title {
font-size: 30px;
}

Thank you so much for your support!

Thank you for your support!