Home › Forums › WoodMart support forum › Unable to display ß character on my german website › Reply To: Unable to display ß character on my german website
August 4, 2021 at 1:51 pm
#310635
Artem Temos
Keymaster
Try to replace that snippet with the following one
.wd-cross-button[class*=wd-with-text],
.widget_layered_nav_filters ul li a {
text-transform: initial !important;
}