Archived topic
Edit navigation button style.
3 replies · Started by Santa on November 13, 2019
Viewing posts 1–4 of 4
Hi! Could you please point how to edit the style of the button on top of the page? Added the class nav-button and also the code from your documentation, but can't get to change the style of the button. How to do that?
Hi there,
try this CSS:
.nav-button a {
padding: 10px 25px;
border-radius: 5px;
font-weight: 700
}
.header-widget {
overflow:unset;
margin-top: 10px;
}
Thank you David! Works great as always!
Glad to be of help
This archived topic is closed to new replies.