Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342555
    Mel_nz
    Participant

    Hi there,

    I’m trying to remove the page title displayed on every page on my website. It wont let me delete it and I can’t find it in the code to edit either, but when inspecting the website i see it’s the <span class=”webkit-html-attribute-name”>class</span>=”<span class=”webkit-html-attribute-value”>entry-title section-title</span>”.

    The page title is displayed in 2 other areas on the page so is excessive.

    Can you please advise how I remove it?

    Kind regards

    Mel

    #342557
    Mel_nz
    Participant

    Update – I have found the code to edit it on the homepage but unsure what to use for the other pages and then how to make the space smaller/disappear.

    #342558
    sujeet
    Keymaster

    Hello @mel_nz,

    Please try adding the following css code to Dashboard > Appearance > Customizer > Additional CSS

    
    .below-site-header > .site-content > .wrapper {
        padding-top: 0;
    }
    
    .below-site-header > .site-content > .wrapper > .content-area .singular-content-wrap > .hentry > .entry-header {
        display: none;
    }
    

    Let me know if the code worked. Thank you.

    Regards,
    Sujeet

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