• Resolved cebesten

    (@cebesten)


    Hi, thank you for the past support.

    I am wondering if there is an option to hide the currency flag that is not in use or show the current currency flag (that is the same), we want to have the option of both flags but for log-in users only, for visitors show their current flag

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    The option you need is not available but you can use below css to hide inactive currency for visitors:

    body:not(.logged-in) .woo-multi-currency.wmc-shortcode div.wmc-currency:not(.wmc-active) {
        display: none;
    }

    Best regards

    Thread Starter cebesten

    (@cebesten)

    Thank you so much, it worked !! 😀

    Thread Starter cebesten

    (@cebesten)

    Hi!, we updated to the pro version, everything is working except this code, I deactivated the free version, everything is the same -_-

    testing site:

    https://staging15.trafficsafetyzone.com/

    Thread Starter cebesten

    (@cebesten)

    nevermind, fixed with the css ::

    body:not(.logged-in) div.wmc-currency:not(.wmc-active){ display: none!important; }

    Thank you!

    Hi,
    Thank you for upgrading the plugin. We are not allowed to support you here anymore.
    If you have any other issues/questions, please create your tickets on our support forum
    Best regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘show current currency flag only’ is closed to new replies.