removing page titles from header

Support Area Forums Foundation removing page titles from header

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #36387
    Tim Appleton
    Participant

    How are page titles removed from the page? I inserted images to a page that include the titles, making the “title page header” unnecessary. Thank you.

    #36394
    Bill Robbins
    Moderator

    You can take out page titles. Add this to the Custom CSS box that’s at the bottom of the styling tab in the theme options page:

    
    .page h1.entry-title {
    	display: none;
    }
    

    That will remove all page titles for you. If you only want to remove select ones, you could use a plugin like Royal CSS (https://wordpress.org/plugins/rt-custom-css-page-and-post/) that allows CSS to be added on a per page/post basis. Just add that to the pages where you want to remove the titles.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘removing page titles from header’ is closed to new replies.