How can I make the default page 'heading' bold?

Topic summary

A user wants to make a page heading bold in their Shopify store and already has custom code for font size. An image shows the current heading appearance.

Suggested solutions:

  • Add custom CSS targeting heading tags (h1-h6) with font-weight: bold;
  • Use proper HTML heading hierarchy (H1 for main title, H2 for subtitle) and adjust font sizes (e.g., from 18px to 24px)

Status: Another user requested the store URL and password to provide more specific assistance. The issue remains unresolved pending additional information.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

I already have some custom section code in there for the font size, just would like to know what code will make this heading bold too?

add in the right side a custom css:

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}
1 Like

Typically, you would use H1 for the main title and H2 for the subtitle. You can adjust the font size for these elements. Try changing the font size from 18px to 24px to see if that makes a difference.

Hi @sfths , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks