Home Forums WoodMart support forum Unable to display ß character on my german website

Unable to display ß character on my german website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #310544

    Panthron
    Participant

    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.
    #310555

    Artem Temos
    Keymaster

    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

    #310580

    Panthron
    Participant

    I did but nothing worked it still changes the character to double SS

    #310587

    Artem Temos
    Keymaster

    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

    #310620

    Panthron
    Participant

    yes it’s working okay there can you check user login icon

    #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;
    }
Viewing 6 posts - 1 through 6 (of 6 total)