This topic has 2 replies, 2 voices, and was last updated 5 months, 3 weeks ago ago by Rose Tyler
How to change the color of the off canvas filter. now it looks like this: https://gyazo.com/b006f8e5cb74a1690c54a3dd0fd2dbad but it should look like this with black background and color dropdown button: https://gyazo.com/20fe80f72baa11801c04342cfce09085
Hello, gewoonbovenaan,
Thank you for reaching out to us with your query. To change the color of the off-canvas filter to match your desired aesthetics, you can use custom CSS code, for example:
.sidebar.et-mini-content.et-content-left {
background-color: blue;
color: white !important;
}
.sidebar.et-mini-content.et-content-left a, .sidebar.et-mini-content.et-content-left span {
color: white !important;
}
.sidebar.et-mini-content.et-content-left .price_slider_wrapper .ui-slider-range,
.sidebar.et-mini-content.et-content-left .price_slider_wrapper .ui-slider .ui-slider-handle {
background-color: white;
}
.sidebar.et-mini-content.et-content-left .sidebar-widget ul .caret-icon,
.sidebar.et-mini-content.et-content-left .sidebar-widget ul .open-this,
.sidebar.et-mini-content.et-content-left .widget_product_categories.sidebar-widget ul
.sidebar.et-mini-content.et-content-left .caret-icon,
.sidebar.et-mini-content.et-content-left.widget_product_categories.sidebar-widget ul .open-this {
background-color: red;
color: white;
padding: 10px;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up