• browthes

    (@browthes)


    Hello, i would like to remove the underline without the customizer option to remove the line, because it also removes the logo. Is there any additional css solution?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • threadi

    (@threadi)

    Add this in Appearance > Customizer > Additional CSS:

    body .site-header > .site-logo {
      border: 0;
    }
    Thread Starter browthes

    (@browthes)

    Thank you very much again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the underline with additional css’ is closed to new replies.