How to change the Heading Size for Multirow Section?

I only want the heading size to change for a multirow section

1 Like

Hi @OMFS

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

You have a few options. Once you go to customize for theme. On the left side menu click your multi-row section. Now look here how you can do it with the selections available by default:

You can also get more specific by using custom CSS. To do this you can scroll down a bit and look for the custom CSS box.

The code to change the font size is this:

h2{
font-size: 32px
}

You can play around with 32px and make it smaller or bigger to see what you like.

Here is the location of the CSS editor:

If you are wanting to just change 1 heading out of this multi section the easiest way would be to add a class to one of the rows within the code. Let me know if this is what you need or if this solution would work for you.

Hi @OMFS ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->theme customize.

Step 2: Open the Home page and add the code

h3 {
  font-size: 35px;
}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly