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

    Hello,

    How can i delete the 1px border of the social icon header field?
    It is just the small line of the box. I do not use social icons but the line is still visible.
    See an http://authentic-voice.at …near th top of the hp.

    Thanks

    #219468

    Hi simonac!

    Please use this on Quick CSS:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to delete the 1px border of the social icon header field?’ is closed to new replies.