Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038377
    re.fresch
    Participant

    We set up the “button style” on the email form as indicated on our screenshots attached.
    The roll-over/hover colour change from #3d4144 to #ff0045 use to show up. For some reason, it has stopped working.
    I trashed the old form and created a new one. However, the hover state colour change (as indicated on the second screen shot) dos not appear on hover state. Is there a bug preventing this from working?

    Thanks!

    #1038590
    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing 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. Thanks!

    #1039012
    re.fresch
    Participant
    This reply has been marked as private.
    #1039058
    re.fresch
    Participant
    This reply has been marked as private.
    #1039130
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the credentials. It doesn’t work because you have added a custom css code in the customizer that has conflict with the button for the email forms. Please find this block from your customizer:

    .x-btn {
    	font-family:"Trilogy Sans Bold", Verdana, sans-serif; font-size:14px !important;font-style:normal;
    }
    
    .x-btn:hover {	
      color:#3d4144 !important;
      border-color: #3d4144 !important;
    }

    You need to replace with with this instead:

    .x-btn:not(.submit) {
    	font-family:"Trilogy Sans Bold", Verdana, sans-serif; font-size:14px !important;font-style:normal;
    }
    
    .x-btn:not(.submit):hover {	
      color:#3d4144 !important;
      border-color: #3d4144 !important;
    }

    We would loved to know if this has work for you. Thank you.

    #1039143
    re.fresch
    Participant
    This reply has been marked as private.
    #1039179
    Lely
    Moderator

    You’re welcome!

    Cheers!

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