# White lines appeared in custom header

**URL:** <https://meta.discourse.org/t/white-lines-appeared-in-custom-header/86586>\
**Category:** Support\
**Created:** [5월 2, 2018, 8:07오전 UTC](https://meta.discourse.org/t/white-lines-appeared-in-custom-header/86586 "2018-05-02T08:07:43Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)\
**Post date:** [5월 2, 2018, 8:07오전 UTC](https://meta.discourse.org/t/white-lines-appeared-in-custom-header/86586/1 "2018-05-02T08:07:43Z")

</div>

It seems a recent update to Discourse changed the CSS for tables somehow (adding a border?) and I ended up with horizontal white lines going across my custom header which relied on a vanilla HTML table for some custom text layout.

---

<div class="post-metadata">

**Author:** ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)\
**Post date:** [5월 2, 2018, 8:11오전 UTC](https://meta.discourse.org/t/white-lines-appeared-in-custom-header/86586/2 "2018-05-02T08:11:25Z")

</div>

The solution was to give the rows of the table a custom class (‘my-header-row’) and then the following CSS got rid of the lines:

> .my-header-row {  
> border:0px;  
> }

---

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [6월 8, 2024, 12:37오후 UTC](https://meta.discourse.org/t/white-lines-appeared-in-custom-header/86586/3 "2024-06-08T12:37:33Z")

</div>

이 주제는 2229일 후 자동으로 닫혔습니다. 더 이상 새 답변을 작성할 수 없습니다.
