• Resolved seanmcnamara28

    (@seanmcnamara28)


    Hello All,

    Obviously from this post and mentioned topic, I am a WP novice. I am currently building a site using the MegaProject Construction theme. I am having a hard time removing the title area and white bar below. The issue is most visible on the home page since I have a slider that I want to be the first thing you see below the header. I’ve tried some versions of recommended fixes from other threads but to no avail. Any suggestions?

    Site: http://www.vanwestpartners.com/wordpress/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .gdlr-item-start-content {
        padding-top: 0;
    }
    
    .gdlr-page-title-wrapper {
        display: none;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter seanmcnamara28

    (@seanmcnamara28)

    Thank you, Northwoods Creative! Worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Title Area & White Bar’ is closed to new replies.