bittermelonbindery Posted July 26, 2021 Share Posted July 26, 2021 Site URL: https://www.bittermelonbindery.com/shop How can I change the search input text color from white to black? I've tried this code and it doesn't work: .sqs-search-container input { color: black !important; } Link to comment
tuanphan Posted July 27, 2021 Share Posted July 27, 2021 10 hours ago, bittermelonbindery said: Site URL: https://www.bittermelonbindery.com/shop How can I change the search input text color from white to black? I've tried this code and it doesn't work: .sqs-search-container input { color: black !important; } It looks like you changed to gray color? 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
bittermelonbindery Posted July 27, 2021 Author Share Posted July 27, 2021 I didn't change it, haven't been able to. This is the default colour. You're right it's grey not white. Link to comment
IgnitePerth Posted July 28, 2021 Share Posted July 28, 2021 .sqs-search-ui-button-wrapper.color-light .search-input { color: red; } Replace red with your desired colour, and place this in your Design > Custom CSS. Keep in mind that the above code will apply to your light section style. To make this kind of change to additional site styles look for the color-light equivalent. eg: it may be color-dark, or color-bright (it should be fairly easy to identify based on the section style you have chosen) If this is the only section style you are using, the above code should solve your problem. Contact Us for detailed help Common Squarespace Tips Sharing Your Site Link Squarespace web designers in Perth WA. Link to comment
bittermelonbindery Posted July 28, 2021 Author Share Posted July 28, 2021 It worked! Thank you IgnitePerth! IgnitePerth 1 Link to comment
tuanphan Posted August 2, 2021 Share Posted August 2, 2021 On 7/27/2021 at 6:29 AM, bittermelonbindery said: Site URL: https://www.bittermelonbindery.com/shop How can I change the search input text color from white to black? I've tried this code and it doesn't work: .sqs-search-container input { color: black !important; } Do you need help on these? Site URL – https://www.bittermelonbindery.com/ 1. (Mobile) Add background color popup? https://www.bittermelonbindery.com/ 2. (Mobile) Remove scroll bar in popup? https://www.bittermelonbindery.com/ bittermelonbindery 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
bittermelonbindery Posted August 2, 2021 Author Share Posted August 2, 2021 Yes to both, I appreciate it! Couldn't figure out the background colour. Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 On 8/3/2021 at 6:50 AM, bittermelonbindery said: Yes to both, I appreciate it! Couldn't figure out the background colour. Add to Custom CSS /* Mobile promotional popup color */ @media screen and (max-width:767px) { div.sqs-slice-group.copy-layer-background { background-color: rgb(145, 142, 123) !important; } } bittermelonbindery 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
bittermelonbindery Posted August 5, 2021 Author Share Posted August 5, 2021 Thanks tuanphan!! 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