Site logo

Archived topic

Small line under Navigation possible?

1 reply · Started by Jenny on August 20, 2021

Viewing posts 1–2 of 2

Hello together,

is there a possibility to get a small fullwidth-line (smaller than 1PX if possible) with the color #ba9f67 under the navigation?
Linke on his old website? https://ibb.co/KN8dSz8

Thank you :)
Jenny

Hi there,

try this CSS:

#mobile-header,
.site-header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
This archived topic is closed to new replies.