• Hi,

    How do I make the subheadings on a page bigger? I would prefer them to stand out more on the page compared to the main text.

    I usually use the H1, H2, H3 tags, so anything linked to these would be helpful.

    Many thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello Jonathan, the visual hierarchy between the heading elements is not currently editable in Bento (it’s considered part of the theme’s core design), but you can always adjust the font sizes according to your liking using the CSS statements such as:
    .site-content .content-post h1 { font-size: 50px !important; }

    Thread Starter jonathantallon

    (@jonathantallon)

    Thanks – that’s really helpful. Is there any documentation of what the default options are?

    Theme Author satoristudio

    (@satoristudio)

    The specific CSS values are not part of the Bento guide since we try to keep it as readable and relevant as possible, but you can always check the CSS declarations using the “Appearance -> Editor” WP admin section or a developer console.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing H2 font size in Bento’ is closed to new replies.