Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118848
    flittrst
    Participant

    Hey there,

    I’m using the email forms as a x addon on my blog: http://www.adsventure.de/

    For the email forms I’ve set email labels which tell, that there will be no spam (“Kein Spam. Versprochen.”) This label is displayed in every form with a *-star at the end:

    Now I want to remove this *-star from every label of every email form. Can you tell me how I can do that?

    Thanks! 🙂

    #1119101
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance CUstomizer Custom CSS

    
    .x-subscribe-form label .required {
    display: none;
    }

    Hope it helps

    Joao

    #1119223
    flittrst
    Participant

    Works perfectly – thanks! 🙂

    #1119299
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1118848 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>