Archived topic
sidebar widget: blog category menu pulldown colors?
3 replies · Started by Michael on October 31, 2018
Viewing posts 1–4 of 4
I would like the sidebar widget pulldown background and text colors to match my primary navigation, but I can't seem to find any settings in the customize menus.
a css code would be swell if there's no built in setting.
many thanks!
Hi there,
Try this CSS:
.sidebar select {
color: #fff;
background-color: #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Many thanks for your help! I love the CSS customization feature- works great. All the best.
No problem :)
This archived topic is closed to new replies.