Archived topic
Toggle style
1 reply · Started by José Mad on July 11, 2020
Viewing posts 1–2 of 2
How can I stylize de toggle button I want to put background color an border
Hi there,
Try this CSS:
.main-navigation li.slideout-toggle {
background-color: #000000;
border: 1px solid #ffffff;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.