• Resolved brownersd

    (@brownersd)


    Hello,

    I hope that you are well. My site is https://www.signaturefieldservices.net, and I am new to WordPress. I have spent the last 3 hours trying about everything to remove the title bars and title areas from each page of my site. These would be the areas containing Home, Process, Contact, etc… I’ve attempted various remove title plugins, editing the CSS to include Display: none, etc, but the titles won’t go away. I will also add that I started at Signature, and “took” over the maintenance of this site. I would really appreciate any insight you have to offer as to what I’m missing. Thanks so much in advance.

    Sincerely,

    Sean

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your custom CSS, try:

    #category-name { display: none; }

    using a browser inspection tool should help you to identify those CSS selectors in the future.

    Thread Starter brownersd

    (@brownersd)

    Michael, thank you SO very much! I did an inspection through Google Chrome, but instead of adding this as a custom CSS, I edited the Styles.Css and removed the font, fill area, etc., and placed this in. It didn’t work, so I was banging my head up against the wall. Your solution was spot on. I have to say that being totally new to WordPress, I’m really liking it, as I’m really liking this community as well… Everyone seems really helpful. Thank you so much again!

    Cheers,

    Sean

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing titles from site pages’ is closed to new replies.