Hey there! Thanks for being so awesome - I’m trying to customize the styling of the Categories dropdown in the sidebar in X theme, Integrity - but I’m not having any luck. Just hoping you could point me in the right direction.
Hope all is well!
Hey there! Thanks for being so awesome - I’m trying to customize the styling of the Categories dropdown in the sidebar in X theme, Integrity - but I’m not having any luck. Just hoping you could point me in the right direction.
Hope all is well!
Hi @djshott,
Thanks for reaching out.
May I know what customization you’re intending to apply? It depends if we could provide, if it’s just a simple snippet that changes color or font styling, then it’s simple and doable. Though, I assume you wish to convert the category widget to dropdown functionality? That’s not currently possible since it could also require some javascript customization.
Thanks!
Currently have categories in the side bar set to a drop down, and looking to modify the font, background color, inset box-shadow, and border.

Hi there,
Please add this code in the Global CSS:
.widget_categories select {
border: 1px solid #000;
background: transparent;
box-shadow: none;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.