Tagged: x
-
AuthorPosts
-
December 29, 2016 at 2:32 pm #1308980
Hello support team,
I am using the Renew stack. Can you tell me how to make the required field asterisk color RED in my contact form 7?
Thanks for any help.
December 29, 2016 at 3:00 pm #1309006Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 29, 2016 at 5:39 pm #1309122This reply has been marked as private.December 30, 2016 at 12:05 am #1309539Hi there,
Thanks for writing back! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.
Thanks!
December 30, 2016 at 9:59 am #1309956This reply has been marked as private.December 30, 2016 at 4:33 pm #1310353Hi there,
Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery('.wpcf7 label').each( function() { jQuery(this).html( jQuery(this).html().replace('*','<span style="color:red;">*</span>') ) } );
Hope this helps.
December 30, 2016 at 5:10 pm #1310379Boom! Worked! Awesome!!! Thanks Rad!!!
December 30, 2016 at 7:03 pm #1310532Glad to hear it 🙂
-
AuthorPosts