Repository Forums Support WooCommerce Extended Coupon Features PRO Apply css to “Free” tag in checkout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19940
    Omar Cortes
    Participant

    Hello, im using autocoupon with free product. It works great but i have not been able to apply some css style to the word !FreeĀ” – !GRATISĀ” in the checkout. it doesent have an specific id or class ro target that word and aply some color.

    how i can style that word?

    here is the website https://decen.com.mx

    #19943
    Soft79
    Keymaster

    Hi, your license has expired, please activate it.

    You can use the wjecf_free_cart_item_price and wjecf_free_cart_item_subtotal filters to override the ‘Free!’-text.

    #19948
    Omar Cortes
    Participant

    hello, thank you for your answer, i have been trying with this:

    .wjecf_free_cart_item_subtotal{
    background-color: red!important;

    }

    .wjecf_free_cart_item_price{
    background-color: red!important;

    }

    but it did not worked, i tried to identify the text with several css tools but i couldnt.

    #19949
    Soft79
    Keymaster

    It’s not css, it’s a wordpress filter.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.