Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you clarify which white line you’re referring to?

    Thread Starter erwinmtz

    (@erwinmtz)

    The white line that goes across and it is beneath the header. Thank you

    Are you referring to the line that has “Home” and the (non-functioning) search-bar in it? Since you’re already using a custom CSS plugin, try this:

    .page-id-682 .navbar {
    display: none;
    }

    The .page-id-682 at the beginning means that it will be hidden on this page only. If that’s not desirable, then delete that part.

    Thread Starter erwinmtz

    (@erwinmtz)

    Thank you very much , that did it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get rid of white line.’ is closed to new replies.