Archived topic
How to create line under HEADER
3 replies · Started by Miguel on January 28, 2017
Viewing posts 1–4 of 4
Tom,
How are you today?
How can I create a black (1 pixel) line under the header? Something that would appear on everypage. Can I edit this somewhere?
Many thanks!
Miguel
Hi Miguel,
Add this CSS:
.site-header {
border-bottom: 1px solid #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
That was helpful! Thanks
You're welcome :)
This archived topic is closed to new replies.