• Resolved golfdmv

    (@golfdmv)


    How do I remove page title in wordpress 4.8?
    I searched and tried many options but none of them seem to work. I also tried search for “Hide Title Plugin” but couldn’t find it. I am new to wordpress and have no experience with webdesign.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter golfdmv

    (@golfdmv)

    I was tinkering around with it. I changed it back. It works on my computer now but not on my iPhone.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Replace the CSS I recommended previously with this:

    
    
    .page-title, 
    .post-page-head-area {
         display: none;
    }
    
    • This reply was modified 7 years, 9 months ago by Andrew Nevins.
    Thread Starter golfdmv

    (@golfdmv)

    Andrew Nevins
    That code works on both iPhone and Computer. Thank you!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Remove Page Title’ is closed to new replies.