Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Remove Product Attributes on Left Navigational Pane if "0" › Reply To: Remove Product Attributes on Left Navigational Pane if "0"
March 18, 2017 at 1:05 pm
#317600
Hi, I used the code you suggested to remove the inactive/empty product attributes, and it worked just fine, but the attributes separators are still visible. How can I delete them? Thanks!
(Code used:)
.widget_layered_nav ul li span {
display: none!important;
}