Horizon Theme: Remove Thin Border On Header?

Hi

There is a thin white line below my header that I can’t seem to get rid of [email removed] https://designrs.io/.

Here is an image. Any help would be much appreciated, ideally using Custom CSS.

Thanks

Asa

Hi Asa

Could you share a password for the frontend?

Asa, what do you have in this setting?

I’ve removed password now. Thanks

Hi - It’s set to 0. Thanks for checking.

Hmm. I do not see the line Chrome/Safari/Firefox on Mac.

@3rdDay

I do not see that line. Think tim’s suggestion worked?

And, sorry, I must ask, is it really that important? You are designing a theme from Horizon base?

If you scroll down, it should be visible against the black. It is for me.

I only see the line if I zoom in (ctrl-+). Header height becomes something like 66.396px – then white background is visible.

Something like this fixes it for me:

.header__row {
  background: black;
}

2 Likes

Thanks so much. That’s exactly it. Fixed :white_check_mark:

1 Like