GSR Posted May 3, 2023 Share Posted May 3, 2023 Hello All My attention has been drawn to the problem on my web form that the text is white on white? I cannot figure out a way that either changing the back colour to the web form or the text I have the code below a CSS or got no idea what it means. #location-map .Index-page-content { max-width: none; padding: 0; .sqs-block-map { padding: 0; } } .Header-nav--primary .Header-nav-item:last-child { color: black !important; background-color: #fff !important; padding: 1em 1em !important; opacity: 100; } .Header-nav--primary .Header-nav-item:last-child:hover { background-color: #1893DA !important; } Any help would be appreciated I just want my customers to see the text they are imputing? Thanks Richard. Link to comment
Ziggy Posted May 3, 2023 Share Posted May 3, 2023 Can you share your website URL? and the page the form is on? GSR 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
GSR Posted May 3, 2023 Author Share Posted May 3, 2023 https://www.gymservicerepair.co.uk/contact Link to comment
Ziggy Posted May 3, 2023 Share Posted May 3, 2023 Try adding this to Custom CSS: .sqs-block-newsletter input { color:#333333 !important; } GSR 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
GSR Posted May 3, 2023 Author Share Posted May 3, 2023 No sorry still the same – I’m assuming I put this text at the bottom of the CSS? Link to comment
GSR Posted May 3, 2023 Author Share Posted May 3, 2023 so now it looks like this? #location-map .Index-page-content { max-width: none; padding: 0; .sqs-block-map { padding: 0; } } .Header-nav--primary .Header-nav-item:last-child { color: black !important; background-color: #fff !important; padding: 1em 1em !important; opacity: 100; } .Header-nav--primary .Header-nav-item:last-child:hover { background-color: #1893DA !important; } .sqs-block-newsletter input { color:#333333 !important; } Link to comment
Ziggy Posted May 3, 2023 Share Posted May 3, 2023 Sorry, try this instead: .sqs-block-form .field-list input { color:#333333 !important; } tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
GSR Posted May 3, 2023 Author Share Posted May 3, 2023 No I’m afraid that didn’t work? Thanks Richard Link to comment
mandeep Posted May 3, 2023 Share Posted May 3, 2023 add this in custom css box .eTv7qUMqLR9lJxpIAC3F { background-color: #fafafa; border: 1px solid #a9a9a9; box-sizing: border-box; height: 46px; padding: 10px; position: relative; width: 100%; color: #000000; } GSR and tuanphan 2 Mandeep Rajasthani Squarespace Website Designer Contact me: mandeeprajasthan@gmail.com Link to comment
GSR Posted May 3, 2023 Author Share Posted May 3, 2023 No it Didn’t like that? Failed to save. Please try again Link to comment
mandeep Posted May 4, 2023 Share Posted May 4, 2023 .input { color: #000000; font: inherit; margin: 0; } Mandeep Rajasthani Squarespace Website Designer Contact me: mandeeprajasthan@gmail.com Link to comment
GSR Posted May 4, 2023 Author Share Posted May 4, 2023 No – that’s still made no change? Link to comment
mandeep Posted May 5, 2023 Share Posted May 5, 2023 10 hours ago, GSR said: No – that’s still made no change? give me access i will fix this asap Mandeep Rajasthani Squarespace Website Designer Contact me: mandeeprajasthan@gmail.com Link to comment
Ramithered Posted May 6, 2023 Share Posted May 6, 2023 Hi i have the same issue! Did anyone manage to solve yet? url is boulders.dk/start Link to comment
mandeep Posted May 6, 2023 Share Posted May 6, 2023 3 hours ago, Ramithered said: Hi i have the same issue! Did anyone manage to solve yet? url is boulders.dk/start post this code in customm css box input { line-height: normal; color: #000000; } Mandeep Rajasthani Squarespace Website Designer Contact me: mandeeprajasthan@gmail.com Link to comment
GSR Posted May 10, 2023 Author Share Posted May 10, 2023 On 5/6/2023 at 1:16 PM, gpaspot13 said: If you are referring to the issue of text being hard to read when it is white on a white background, then it is important to choose a color contrast that is legible. One solution is to use a darker color for the text, or use a background color that provides enough contrast to make the text stand out. This can help ensure that the text is readable and accessible to users. Yes I have looked into this unfortunately you cannot change either the text colour or the box colour Without changing all the items on the website? Link to comment
GSR Posted May 10, 2023 Author Share Posted May 10, 2023 On 5/6/2023 at 3:51 PM, mandeep said: post this code in customm css box input { line-height: normal; color: #000000; } Looks like your site is working? 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