Bug on sidebar/filtersm – the count background does not change

This topic has 2 replies, 2 voices, and was last updated 1 weeks ago ago by Jack Richardson

  • Avatar: Julius
    Julius
    Participant
    November 25, 2025 at 06:53

    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

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 25, 2025 at 07:42

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.