Support » Theme: raindrops » Remove Page Titles

  • Resolved Ray Burtoff

    (@rburtoff)


    Is there a way to remove the name of the page that is being displayed, similar to how the site name can be removed from the top of the screen? I’d like to get rid of the “Home” that displays on the Home page of my website, as well as the page names that appear on every other page that comes up.

    As always, thank you for all of the outstanding support, love this theme!

    • This topic was modified 6 years, 8 months ago by Ray Burtoff.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    @rburtoff

    Hide the page title from All pages

    Dashboard / Appearance / Customize / Additional CSS

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

    Hide the title for each specific page

    Open Edit Page

    Meta Box : Custom CSS for this entry

    paste below to Textarea

    
    .entry-title{
        display:none;
    }
    

    Thank you.

    Thread Starter Ray Burtoff

    (@rburtoff)

    Works perfectly. Thank you AGAIN for your continued outstanding technical support for this theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Page Titles’ is closed to new replies.