Hi,
1.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.filters-li {
cursor:pointer;
}
.filters-li:hover .filter-num {
opacity:1;
}
.filters-a {
pointer-events: none;
}
2. Add the custom JavaScript code by Simple Custom CSS and JS plugin (how):
jQuery(document).ready(function( $ ){
jQuery('.filters-li').on('click', function(){
let _url = jQuery(this).find('a').attr('href');
window.location.href = _url;
})
});
Regards!
SeaTheme – FAQs – Twitter – Facebook