• Resolved stylise

    (@stylise)


    Hello, very nice plugin so far.

    I’d like to know if it’s possible to change the color of the confirmation message after the shopping meter threshold has been exceeded? (.adfy__woofc-shipping-text)

    For example, the text is blue before the threshold is met, then turns green after the threshold is exceeded.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Addonify

    (@addonify)

    Hi @stylise

    You created this topic just in time. Congrats! your request has been included in this release (v1.2.0).

    Find the color option you request in the design tab > miscellaneous cart elements section (Screenshot).

    Noticed, that you also would like to change the color of the text once the threshold is reached. We’ll add this option too in future. For now, paste the below CSS code at the design tab > developer section CSS box.

    #adfy__floating-cart .adfy__woofc-shipping-bar[data-threashold_reached="true"] .adfy__woofc-shipping-text {
    color: green; /* any hex here */
    }

    I hope this helps.

    Thread Starter stylise

    (@stylise)

    @addonify That was super fast. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shopping meter – change color after threshold’ is closed to new replies.