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

    Hello there

    I was wondering if you knew how to remove the 1px horizontal and vertical lines in the header as shown in the site (Private Content)

    #1016825

    Hey whdsolutions,

    Add this to quick css:

    #top .av_header_with_border.av_header_transparency #header_main{
    border:none!important;
    }
    
    #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside{
    border:none!important;
    }

    Best regards,
    Jordan Shannon

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