Unable to display ß character on my german website
-
Hi, I have built a german website with Woodmart, but not able to add a special character: ß even I have added its HTML code it changes to SS I want to put it in my login slide, the complete word is SCHLIEßEN used for the word “close” but when I translate with loco translate it replaces symbol with SS. Behind WordPress admin, it shows correctly but on the website frontend, it again replaces it with SS.
Screenshot attached
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.cart-widget-side .wd-cross-button[class*=wd-with-text],
.website-wrapper .widget_layered_nav_filters ul li a {
text-transform: initial;
}
Kind Regards
I did but nothing worked it still changes the character to double SS
Try to clear your browser cache and check how it works. Here is a screenshot of how it looks on our side https://take.ms/marV2
yes it’s working okay there can you check user login icon
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;
}