When the filter is active, the count background does not change.
I checked your demo, and the issue is also there. Please check this screenshot https://prnt.sc/BKMVTDp9vy5K
This topic has 2 replies, 2 voices, and was last updated 1 weeks ago ago by Jack Richardson
When the filter is active, the count background does not change.
I checked your demo, and the issue is also there. Please check this screenshot https://prnt.sc/BKMVTDp9vy5K
Hello @Julius,
Thank you for providing the details. We have already resolved the issue on our demo (https://prnt.sc/tBSJ2oUQU26c) and cleared the cache, so you can check it now.
If you would like to fix it on your website, please open the Archive Products builder, click on the Sidebar/Filters widget, go to the Advanced tab, and scroll to the Custom CSS section (https://prnt.sc/8hisQpysTXH5). Replace the existing styles with the following:
body:not([data-elementor-device-mode="mobile"]) selector.elementor-widget-etheme_sidebar .etheme_widget_cats {
background-color: rgba(245, 245, 246, 1);
border-radius: 10px;
padding: var(--categories-widget-padding, 30px 25px);
border-bottom: none;
}
[data-elementor-device-mode="tablet"] selector {
--categories-widget-padding: 17px;
}
body:not([data-elementor-device-mode="mobile"]) selector.elementor-widget-etheme_sidebar .etheme_widget_cats li:not(.current-item) a:not(:hover) .count {
background-color: #fff;
}
selector .widget_price_filter .price-filter-box input {
border-radius: 4px;
}
selector .et-follow-buttons a {
color: rgba(0, 121, 107, 1);
}
selector .etheme_widget_cats .current-item a:not(:hover) .count {
background-color: #222;
}
Alternatively, you may provide us with temporary wp-admin access in private content, and we will fix it on your website.
Best regards,
Jack Richardson
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up