Reply 317603 to: Design Constraints

Avatar: Rose Tyler
Rose Tyler
Support staff
February 18, 2022 at 06:49

Hello,

1/ Change this code https://prnt.sc/QTCWPYpfpeLG
to

.widget_product_categories.sidebar-widget ul li .current-cat a, .sidebar-widget ul li .current-cat a,
.sidebar-widget ul li.current-cat > a, .sidebar-widget ul li > ul.children li.current-cat > a {
    color: yellow;
}

2/

.wc-layered-nav-term.chosen a, .etheme_widget_brands li.chosen a, .etheme-product-status-filter li.chosen a, 
.wc-layered-nav-term.chosen .count, .etheme_widget_brands li.chosen .count, .etheme-product-status-filter li.chosen .count,
.widget_product_categories.sidebar-widget ul li a:hover, .sidebar-widget ul li a:hover {
    color: yellow;
}

3/

.btn:not(.black):not(.active):not(.bordered):not(.style-custom) {
    background-color: #1e73be;
    color: yellow;
}
.btn:not(.black):not(.active):not(.bordered):not(.style-custom):hover {
    background-color: green;
    color: black;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.