New Topic

Help w header, menu bar and white space

Home › Forum › Customization › Help w header, menu bar and white space

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 4 years ago.

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

    acarpi
    Participant

    I have a few problems on my site http://www.valortranslations.com that I can’t seem to fix, but I’m not happy with the way it looks.

    1.Is there a way to eliminate the white space directly above and below the logo?

    2. At the top of each page, underneath the menu bar, the title of the page show in large black font. How do I get rid of that?

    3. Also under the menu bar, two lines appear at the top of each page saying ‘Edit This’ and ‘Edit with Visual Composer’. How do I get rid of these on all pages?

    thank you!

    Amy

    #2167

    StartupWP
    Keymaster

    1. Use:

    body {
      margin: 0;
    }
    
    #menu {
      margin-top: 0;
    }

    2. Use:

    .page h1.entry-title {
      display: none;
    }

    3. These are only seen by you, the admin and are for your convenience. Would you still like to hide them?

    If you’re not familiar with adding CSS, please see:

    https://startupwp.com/topic/customizing-your-theme/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.