Tagged: x
-
AuthorPosts
-
June 12, 2016 at 12:24 pm #1038377
re.freschParticipantWe 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!
June 12, 2016 at 4:37 pm #1038590
John EzraMemberHi 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!
June 12, 2016 at 11:32 pm #1039012
re.freschParticipantThis reply has been marked as private.June 13, 2016 at 12:46 am #1039058
re.freschParticipantThis reply has been marked as private.June 13, 2016 at 2:08 am #1039130
Rue NelModeratorHello 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.
June 13, 2016 at 2:23 am #1039143
re.freschParticipantThis reply has been marked as private.June 13, 2016 at 3:00 am #1039179
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1038377 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
