• Resolved angbucu

    (@angbucu)


    I would like to remove the page titles on my website’s pages. I’ve scoured this forum and have applied the additional CSS (.entry-title {display: none;}) but nothing changed and titles are still there.
    I am using Woo theme Briefed (child theme) and have added the above in the additional CSS in the child theme.
    Any advice or guidance is highly appreciated.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • look for <title> tag in your page.php , remove whatever between <title>….</title>

    Hi angbucu,

    Please put following CSS code in child theme’s style.css on the path
    /wp-content/themes/briefed-child/style.css

    .page .page.type-page > h1 {
    display: none;
    }

    There also may be option in theme setting or on page edit page to hide the title of pages. You may also use those settings.

    Hope it will help you!

    Thread Starter angbucu

    (@angbucu)

    Thank you so much Dinesh, it worked! It did not work on the syle.css, but finally, I tried adding the code in the edit CSS, additional CSS under Appearance and it worked, yeah!

    your help is much is much appreciated

    It’s my pleasure angbucu, Please close this topic by replying and ticking the checkbox “Reply and mark as resolved” at the bottom of the post.

    I hope you might be kind enough to help me with a mystery. My problem is sort of the opposite, the problem is hiding part of the title around the site, not in the posts themselves. See, I found a blog where ALL the posts have an extra word in the title, but strangely that extra word doesn’t appear in the front page widgets (which show the title and an excerpt of the article (“read more”)) and in searches or “next post” widgets, that extra word doesn’t show! So somehow that extra word is restricted to only show when you click to see the actual post. I tried using various plugins to achieve the same effect but none of them worked. Like adding a secondary title, an extra word to the title. Whatever I add shows up in the widgets and all over the place… BTW, The website where this was achieved has the ACF (Advanced Custom Fields) installed. I know that works in tandem with added code. Any ideas on that? Thanks!

    • This reply was modified 7 years, 3 months ago by TekWiz.
    • This reply was modified 7 years, 3 months ago by TekWiz.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove page title’ is closed to new replies.