Archived topic
Line below header
5 replies · Started by William on October 6, 2021
Hi -
I imported the podcast pre built site. I noticed that the line usually underneath the primary navigation is gone from my site.
Referring to the horizontal dark line in this image: https://imgur.com/fBTOyQA
The url of my site currently is gearshift.co and you can see there is no horizontal line. Not a big deal, just a cool touch I like and hope to get back!
Thank you in advance for any help here.
Hi there,
Are you referring to Stream? https://gpsites.co/stream/
If so I don't see a line there by default.
Hi Leo -
Yes, I was. That is interesting. Perhaps I had an old version loaded.
Is there anyway to create that sort of line under the header? It is also featured on the about page in stream in the middle.
Give this CSS a shot:
.site-header {
border-bottom: 1px solid #fff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you, Leo.
No problem :)