Home › Forums › WoodMart support forum › Categories with SVG icons › Reply To: Categories with SVG icons
November 4, 2017 at 7:48 pm
#23253
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
li li .woodmart-nav-link span:after {
display: none!important;
}