The-Design-Order Posted August 17, 2020 Share Posted August 17, 2020 Site URL: https://pineapple-maroon-hpja.squarespace.com/home My client has just asked whether it is possible to change the colour of the error messages on the forms (on incorrect form submissions) to another colour. Has anyone had any experience with this? Hoping to change the colour to #768D99 Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Add to Home > Design > Custom CSS /* Field error background */ .field-error { background-color: #768D99; } MillyBanks 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
The-Design-Order Posted August 17, 2020 Author Share Posted August 17, 2020 Thanks @tuanphan - has worked perfectly! Link to comment
ChrisFil Posted June 9, 2022 Share Posted June 9, 2022 I'm wondering how this worked after some time? I got this warning when attempting to make the change...Warning: Adding custom CSS to your site can break your design. Please use caution when using this feature. Our support team will be limited in their ability to help you with design related issues if you have custom CSS. Link to comment
tuanphan Posted June 11, 2022 Share Posted June 11, 2022 On 6/9/2022 at 8:09 AM, ChrisFil said: I'm wondering how this worked after some time? I got this warning when attempting to make the change...Warning: Adding custom CSS to your site can break your design. Please use caution when using this feature. Our support team will be limited in their ability to help you with design related issues if you have custom CSS. That is default message in Custom CSS. Don't care it. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
posyrae Posted April 26 Share Posted April 26 @tuanphan This worked perfectly for the error blocks but not the error text on it's own, any idea how to fix that too? Link to comment
tuanphan Posted April 29 Share Posted April 29 On 4/26/2023 at 9:49 PM, posyrae said: @tuanphan This worked perfectly for the error blocks but not the error text on it's own, any idea how to fix that too? Can you share link to this page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 3 Share Posted May 3 On 4/26/2023 at 9:49 PM, posyrae said: @tuanphan This worked perfectly for the error blocks but not the error text on it's own, any idea how to fix that too? With error text, use this code .field-error { background-color: #94195f; color: #f1f; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment