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

    I searched the forum and tried various solutions but none seemed to work. I just want to remove the line under the social icons in the header – not any of the other lines / borders. Thanks!

    #246463

    Hi muholland!

    Thank you for using the support forum!

    Use this on Quick CSS or custom.css to remove the header meta border:

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

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.