• Resolved heavylogic

    (@heavylogic)


    Hey. I tried version 2.0.2 today. And I found out that I have no idea how to style success message anymore. There’s bunch of weird classes with 1-2 capital letters on it. Here’s how I did it in version 1.5:

    #success-undefined.toast {
    	background-color: #d4edda !important;
    	color: #155724 !important;
    }
    
    #success-undefined.toast button {
    	background-color: transparent !important;
    	color: #155724 !important;
    }

    Looks a bit weird with this #success-undefined ID, but it worked. And it styled only success messages. Here’s a problem with Bit Form – it uses same block for success and error messages. Our clients got some errors before, like “the string did not match the expected pattern”. And they were green, because I used just .toast class. When I found out about those errors, I switched to #success-undefined.toast.

    My point is – you need to add some readable classes in v2 to success and error messages, like “bit-success-message” or “bit-error-message”. So we could use those for styling success and error messages separately.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support bitpresssupport

    (@bitpresssupport)

    Thank you for letting us know about this issue. We have already forwarded the issue to the development team. We apologize for any inconvenience this may have caused and assure you that the issue will be resolved in the next update.

    Plugin Support bitpresssupport

    (@bitpresssupport)

    We apologize for the inconvenience you faced with the styling of success messages. Our development team has taken your feedback into consideration and added readable classes for success and error messages.

    We recommend please upgrade to the latest version of the Bit Form (2.0.3 for the free version and 2.0.2 for the pro version) to apply the fix. Thank you for your valuable feedback and we hope this solution works well for you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize success message’ is closed to new replies.