• Resolved smccart

    (@smccart)


    Is there a css code to add text to the PLUS & TRASH buttons in a repeater field?
    I’d like to make it clearer for customers by having “ADD PRODUCT” & “DELETE PRODUCT”

    or is is possible to replace the fa icons with text?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Try something like this:

    .repeaterAddButton .fa-plus:after{
    content:’Add Product’
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Repeater Buttons’ is closed to new replies.