Editing heading font size using brooklyn theme

Hi, I need help with changing heading font size of default product section. I’m using brooklyn theme. Please check the screenshot below if what I refer to is not clear to you.

My URL: https://uallo.com/

Thanks

Hi @LeoRobert ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.product-single__title {
    font-size: 24px !important;
}

NOTE: you can change the value 24px to match your theme

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like