Is it possible to change the background color from the amount left text?

Forums Amount Left for Free Shipping for WooCommerce Is it possible to change the background color from the amount left text?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #88225
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Alex,

    Sorry for the late reply. You can wrap it in your own HTML tags directly in plugin settings (in “WooCommerce > Settings > Amount Left for Free Shipping > Content”). For example <div> tag with your-class class for CSS:

    <div class="your-class">%amount_left_for_free_shipping% left for free shipping</div>

    or you can set style it directly:

    <div style="background-color:yellow;">%amount_left_for_free_shipping% left for free shipping</div>

    Hope that helps.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.