• Resolved girlgon1

    (@girlgon1)


    Trying to remove extra spacing around the title page – have tried all the CSS codes I could find on this site but with no luck. It appears on my archives and about me page – but not on the homepage, storefront, or blog as those do not have a page title. Removing the page title “ARCHIVES” does not remove the extra space as it seems to be part of the page and not something that can be removed. If I could at least remove the extra spacing around that would be better, or ideally remove the page title altogether on those pages.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @girlgon1,

    Thanks for choosing Neve!

    Please add the code below in the Additional CSS section within the Customizer, it will remove that space along with the page title.

    .page-id-737 .nv-post-cover, .page-id-281 .nv-post-cover {
    display: none !important;
    }

    Have a nice day!

    Thread Starter girlgon1

    (@girlgon1)

    This worked perfectly – thank you SO much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove white space around page title’ is closed to new replies.