• As per the title, is there a way to set this for some, or all of the H1 – H6 levels or do I need to set it on a per-page basis?

    I want to keep text set to left-aligned, however.

    I couldn’t find a setting option in customising to alter this.

    • This topic was modified 4 years, 10 months ago by Hypno_Pboro.

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

Viewing 1 replies (of 1 total)
  • Hello @hypno_pboro,

    Sincere apologies for the extremely long wait, we have been a bit shorthanded and on the other hand overwhelmed with work during this covid situation.

    You can add the following code to the Custom CSS field in the Customizer and see if it works for you:

    h1, h2, h3, h4, h5, h6 {
    text-align: center;
    }

    Hope this helps. Best of luck with your website

Viewing 1 replies (of 1 total)
  • The topic ‘Can I set H1 through H6 to center text via customizing?’ is closed to new replies.