• Resolved Augusto Gentile

    (@agugentile)


    Hi, is it possible to hide a CSS class when a specific currency is selected?

    I don’t know how can I achieve this conditional behavior. But what I am trying to do is hide a text via class tag when USD currency is switched on.

    I know this is not correct, but something like this:

    .woocommerce-multi-currency .currency=USD .textclass {
    
    display:none;
    
    }

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Please use:

    .woocommerce-multi-currency-USD .textclass {
    
    display:none;
    
    }

    Best regards

    Thread Starter Augusto Gentile

    (@agugentile)

    Thanks for your reply.

    I didn’t succeed, it ends up hiding the class all the time, instead of doing it while USD currency is active.

    Do you know any alternative ?

    Thread Starter Augusto Gentile

    (@agugentile)

    Do you have any clue?

    Website: Link

    Well you have to update the plugin to the latest version to make it work.
    Also, you are using the premium version so please create your tickets here if you have any problems.
    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide CSS class’ is closed to new replies.