• Resolved David_G

    (@questas_admin)


    OK tried to figure this out with firebug, but I am lost on the first question.

    Question 1: How do I get my page title to show? LINK

    Question 2: To change the font in the pages, I added to my body tag (I think that’s what it’s called) ‘font-size: 18px’
    Yet it doesnt seem to be working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1) remove this 😀 from your child-theme style.css

    .page .entry-title {
        display: none;
    }

    2) yes but there are elements with higher specificity rules which can override that rule for the body. Anyway if you want to change the article content font size that body rule is good but.. as you said you have:
    font-size: 18px
    you missed a semicolon, it should be:
    font-size: 18px;

    Thread Starter David_G

    (@questas_admin)

    Oh crap, forgot the semicolon. And thanks, I forgot I had that page title blocked.
    I can use that entry title to customize the title then, correct?

    Thread Starter David_G

    (@questas_admin)

    Answered my own question by trying it. Thanks Again d4z

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page Title not showing’ is closed to new replies.