Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308980

    afitz10s
    Participant

    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.

    #1309006

    Joao
    Moderator

    Thanks 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.

    #1309122

    afitz10s
    Participant
    This reply has been marked as private.
    #1309539

    Rupok
    Member

    Hi 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!

    #1309956

    afitz10s
    Participant
    This reply has been marked as private.
    #1310353

    Rad
    Moderator

    Hi 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.

    #1310379

    afitz10s
    Participant

    Boom! Worked! Awesome!!! Thanks Rad!!!

    #1310532

    Joao
    Moderator

    Glad to hear it 🙂