Hello,
On my checkout page I want to add some text behind the word 'username'. I want to do this with loco transalte. I've tried all the plugins, but it doesn't work. What should I do?
screenshot
@MeesterGijs,
Add this custom CSS in wp-admin > Appearance > Customize > Custom CSS
.woocommerce-checkout .woocommerce #account_username_field label:before{
content:'Add' !important;
}
Refer:
http://prntscr.com/l9qoi7
Thank you. I changed label to after. Made it work. You can close this topic.
@meestergijs
Great..!!Closing this topic then