Changing Heading size in Focal Theme

Does anyone know where to change the Heading size in the Focal theme?

My only options are Small, Medium, and Large. Any help in changing these would be greatly appreciated.

thanks

Tim

Hi @Tim_housefly ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.heading.h2 {
    font-size: 50px !important;
}

Note: You can adjust font size value to match your store.

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

thank you! Do you think this is .h1?

@Tim_housefly , This is “.heading.h3” :wink:

1 Like

If you’re using the Focal theme, you may be able to change the Heading size in the theme’s customizer options or in its style.css file. You can also search online for tutorials that specifically explain how to adjust the Heading size in the Focal theme. I prefer to use online tutorials whenever I need help with something.