Archived topic
Change Color in Additional Navigation Menu
3 replies · Started by ppwqwp on October 29, 2018
Viewing posts 1–4 of 4
Hi,
I created a 3rd navigation menu that appears in a custom sidebar on my home page.
I want to change the color in this new nav menu.
How can I do this? CSS? If so, need code.
Thanks
Patricia
Hi there,
Not sure the style you are after but try this:
.sidebar .menu a {
color: #ffffff;
background-color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank You Leo
This worked!
No problem :)
This archived topic is closed to new replies.