Home Forums WordPress Themes – Premium Encase Pro The name of the page is appearing twice

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17237

    The name of the page is appearing twice. What can I do that it appears once? (template: Full With No Sidebar)

    http://vanalphenfilm.nl/index.php/bestellen/

    #17238
    Sushil Adhikari
    Moderator

    Hi Robert van Alphen,

    The title you are getting on top is for header meta information. if you place excerpt on page than it will appear on top header.

    if you want to remove top header then please add this css on child theme style.css file

    .page-template-template-full-width #header-meta {
      
        display: none;
      
    }

    if you want to hide title that is above the page content or above the image than apply this css on child theme style.css file

    .page-template-template-full-width .entry-header h1 {
    	display:none
    }

    Note: Please use child theme style,css template so your changes will not lost on theme update.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.