How can we edit/change the background image/colour, text colour? Can we add divider lines above and below this section to separate it from the rest of the page?
This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
How can we edit/change the background image/colour, text colour? Can we add divider lines above and below this section to separate it from the rest of the page?
Hello,
Tell me what bg color or bg image do you want to use there? What text color and input color should be there? And we’ll provide you custom code to implement that.
Regards
For background the same grey as that in our footer #212121
All text can be white (also the dropdown menu text and the price filter text
The background of the dropdown menu boxes can be transparent (or the same color as grey background).
The colors of the color swatches should all stay the same (do not change).
Thanks
Hello,
Add the following code to Theme Options > Custom CSS
.shop-filters, .filter-wrap, .term-description {
background-color: #212121;
padding: 15px;
}
.shop-filters {
margin-top: 0;
margin-bottom: 15px;
}
.filter-wrap, .term-description {
margin-bottom: 0;
}
.term-description {
margin: 0 15px;
}
.shop-filters .widget-title {
border-color:#393939;
}
.select2-container--default .select2-selection--single, [data-mode="dark"] .select2.select2-container--default .select2-selection--single, .select2-search.select2-search--dropdown input[type="text"] {
background-color: #212121;
}
@media only screen and (min-width:992px){
.term-description {
margin: 0 45px;
}
}
Regards
The issue related to '‘How to change the style of the filters section on the shop page’' has been successfully resolved, and the topic is now closed for further responses