Home Forums WoodMart support forum I get strange characters instead of text

I get strange characters instead of text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #411726

    loralora
    Participant

    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.

    #412008

    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.

Viewing 2 posts - 1 through 2 (of 2 total)