• Where do I change the font size and alignment for page titles? The titles are quite large and center aligned. I want to reduce the size and align left.

    Thank you,
    Bill

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

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello billv,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    h1.entry-title {
        font-size: 3rem;
        text-align: left;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Font size and alignment’ is closed to new replies.