Archived topic
How to add a line above the top bar?
3 replies · Started by Data on January 17, 2021
Viewing posts 1–4 of 4
I want to add a brown color line above the top bar (black bar). Kindly help, thank you
Hi there,
try adding this CSS:
.top-bar {
border-top: 4px solid brown;
}
You can swap brown for your specific #hex color.
wow, you are the best. thank you
Glad to be of help
This archived topic is closed to new replies.