• Hi all..

    On our homepage, how do I edit the Title that says “HELLO WORLD” so the text is not so large etc. I don’t seem to be able to find where you can do this.

    As well as the text below it looks center justified, I can’t seem to change that as well. Do I need a plug in to be able to do this to either text areas?

    Thanks in advance for any help or suggestions.

    Cheers.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • the title size on the front page is governed by:

    .page-template-template-homepage .entry-header h1 {
        font-size: 3.706325903em;
        margin-bottom: 0.2360828548em;
    }

    adjust the numbers, and add the adjusted CSS into ‘Additional CSS’

    the centering of the content text on the front page is done with:

    .page-template-template-homepage .entry-content {
        max-width: 41.0994671405em;
        text-align: center;
    }

    adjust the number, and change the center to justify, left, or right and add the adjusted CSS into ‘Additional CSS’

    https://www.w3schools.com/cssref/pr_text_text-align.ASP

    Thread Starter neptune1

    (@neptune1)

    Hi, thanks so much. How are those font sizes measured, 3.706325903em? meaning how do I know what numbers to increase or decrease to? Is there a chart?

    Cheers…

    • This reply was modified 4 years, 9 months ago by neptune1.
    Thread Starter neptune1

    (@neptune1)

    Oh I think I figured out the font sizes:). Would I be able to adjust that code for the Header to make “Hello World: bolded?

    Thanks again for all the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I manage the homepage text?’ is closed to new replies.