How to remove border-bottom on header

Had the same problem. I think it is a background-image: linear-gradient(0deg,#b2b2b2,#b2b2b2 50%,transparent 50%); on the .bar class.
so try: .bar { background-image: none !important; }

8 Likes