Reply 249370 to: FILTERS

Avatar: Rose Tyler
Rose Tyler
Support staff
August 26, 2020 at 11:15

Hello,

Please add this code in Theme Options > Theme Custom CSS:

.sidebar-widget .type-color:nth-child(6n +1):after, .sidebar-widget .type-image:nth-child(6n +1):after, .sidebar-widget .sten-li-disabled:nth-child(6n +1):after {
    transform: translateY(100%);
    left: 0;
}
.sidebar-widget .type-color:nth-child(6n):after, .sidebar-widget .type-image:nth-child(6n):after, .sidebar-widget .sten-li-disabled:nth-child(6n):after {
    left: auto;
    right: 0;
    transform: translateY(100%);
}

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.