Home › Forums › Basel support forum › Restrict number of product tags in widget › Reply To: Restrict number of product tags in widget
November 10, 2016 at 8:18 pm
#6557

Artem Temos
Keymaster
Hello,
Thank you for the question.
You can limit number of tags in this widget with the following CSS trick, add it to the Custom CSS area in Theme Settings
.tagcloud a:nth-child(n+15) {
display:none!important;
}
Regards