- This topic has 3 replies, 2 voices, and was last updated 8 months, 1 week ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi
Is it possible to insert a line below the topbar, separating it from the menu?
Hi there,
Thanks for writing in!
About this request, could you please point to specific page where we can see it. Any screenshots would be welcomed! (you could upload your images into https://imgbb.com/ and share the link here).
Best regards,
Danny
Hi, Danny
I just want to insert a thin line, colored or not, below top bar, in all my pages.
See the image: https://ibb.co/HxPT52S
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Addition CSS (please feel free to change the color as you wish) :
.nav-container nav .nav-utility, .nav-container nav .nav-utility.container {
border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}
Hope this helps,
Danny