• looking for advice on how to remove the customise header so that the menu bar and other images move up.

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

Viewing 1 replies (of 1 total)
  • Ryan Zook

    (@zookcomputer)

    Are you trying to remove the gray background bar at the very top for social icons? If so, add this to your Customize CSS:

    nav.socialmenu {
    display: none;
    }

    If you are trying to make the header area take up less space, that is another issue related to your site logo.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing customise header’ is closed to new replies.