• Resolved rbodden89

    (@rbodden89)


    Is there a way to remove the name of the Page from that specific page. For instance a page named “Adventures”, can I remove the word “Adventures from showing up at the beginning of that page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • FTweb

    (@finaltouchlab)

    That’s possible, I can help with this if I can view link to your site

    Thread Starter rbodden89

    (@rbodden89)

    Sure the site url is allineedis.us and here’s an example of the page title showing up @ https://allineedis.us/adventures/

    FTweb

    (@finaltouchlab)

    go to your theme’s stylesheet. (Appearance > Editor > Stylesheet – style.css)

    At the bottom of the stylesheet, use this following CSS code:

    #post-1103 .entry-title {display: none;}

    That’s the post id for that specific page. This will remove the title, cheers!
    Don’t forget to include the dots as you see in the example

    Thread Starter rbodden89

    (@rbodden89)

    Fantastic. So I would clearly have to do this with each page but one more question, how do i determine the post # the way you did with #post-1103?

    FTweb

    (@finaltouchlab)

    Are you using Chrome for your browser? If so, right click on your page and click “inspect element” it will be the first thing highlighted.

    If it’s another browser it should say “View Source” or “Page Source”

    Thread Starter rbodden89

    (@rbodden89)

    Awesome, I found it after searching for “post” and locating the article id. Thank you again for your help.

    FTweb

    (@finaltouchlab)

    You’re welcome, cheers!

    Hello,
    Please i want to know, how do I remove the page header from my home page

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Page titles from the actual pages’ is closed to new replies.