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)
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