• Resolved someguysomewhere

    (@someguysomewhere)


    For example, on the template, how do I center the text under the “Welcome Headline Comes Here” title? And also how do I center the titles and texts under each of those boxes (“Design, Development, and Marketing”)?

    I looked for a way to do it and I couldn’t find one, so I figured I have to change some code somewhere. Which file(s) do I change and what code do I add/change?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    add this to your child style.css or Custom CSS plugin:

    .biz0ne-welcome p {
        text-align: center; // this will center the text under the title
    }
    
    .biz0ne-products-services-name {
        text-align: center; // this will center the titles and texts under each of those boxes
    }
    Thread Starter someguysomewhere

    (@someguysomewhere)

    It worked! Thank you very much!!!

    Thread Starter someguysomewhere

    (@someguysomewhere)

    It worked! Thank you very much!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center titles and text on front page’ is closed to new replies.