• Resolved windischnor

    (@windischnor)


    How can I set different currency symbols for tow different catalogs?

    Or just hide the currency symbol in one catalog if it’s easier.

    Thnaks you, for the answer!

Viewing 1 replies (of 1 total)
  • Hi @windischnor,

    You can add the following code into your Catalog’s Custom CSS box, found on it’s edit page (Catalogs > Click on the catalog you want to modify > “Custom CSS”) to hide the currency symbol in it:

    span[itemprop="priceCurrency"] {
        display: none;
    }

    Does this work for you?
    If it does not, could you provide the URL to your site?

Viewing 1 replies (of 1 total)
  • The topic ‘Change/hide currency symbol in different catalogs’ is closed to new replies.