JoeyD Posted March 8 Share Posted March 8 Hello. On my contact form, I would like to remove '(required)' after 'Name' and add '(required)' after 'First Name' and also after 'Last Name'. I guess this would be possible with the right custom CSS? Any help would be greatly appreciated! Thanks! Link to comment
tuanphan Posted March 10 Share Posted March 10 Can you share link to page where you use Form? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JoeyD Posted March 11 Author Share Posted March 11 https://www.iotics.com/contact Thanks Link to comment
Solution tuanphan Posted March 14 Solution Share Posted March 14 You can use this code to Website > Website Tools > Custom CSS .name span.description.required { display: none; } .first-name .caption-text:after, .last-name .caption-text:after { content: "(required)"; opacity: 0.7; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment