• Hey there!

    I am trying to remove the title and title spacing from just one page on the following site:

    It’s on the main landing page. There is a large gap between the navigation menu and the smart slider plugin. Reducing the margin of the plugin block only brings the plugin directly up to the title space, not over it.

    Any help would be greatly appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is this the section you are referring to: https://prnt.sc/K7S3c2rmm_IC

    If so, it appears there is an extra header inserted into the content area of your page. Since this header has a predefined height, reducing the spacing might not be possible.

    I’d recommend you make this header element hidden. To achieve this, apply the following CSS rule set to your site:

    .page-id-7678 .page-content-wrap > .rich-header.version2 {
        display: none;
    }
    Thread Starter srab222

    (@srab222)

    That did the trick! Thanks so much for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with remove the title and titles spacing from a WordPress page’ is closed to new replies.