I get strange characters instead of text
-
Hello
Please tell me – I need to show the name instead of the icon: so that the user understands that here you can go to the product catalog.
I replaced the content instead of icons with text and it seems to work.
body .wd-product-nav-btn.wd-btn-back:before {
font-size: 13px;
content: "CATALOG";
font-family: inherit;
}
But sometimes I get strange characters instead of text.
body .wd-product-nav-btn.wd-btn-back:before {
font-size: 13px;
content: "\В каталог";
font-family: inherit;
}
It worked fine before the theme update.
Please tell me how to fix this?
Maybe there is a better solution?
Thank you.
Hello,
Please share the WP admin login details of the site and the page URL where the issue exists so I will check and update the custom CSS code on the site.
Also, share the screenshot where you have added the text instead of the icon.
Best Regards.