JTeich Posted November 23, 2022 Share Posted November 23, 2022 Hello, I need to insert a Search Block on a couple pages of my site. The reason it has to be a search block and not a search heading is i needed to hide the header on this sequence of pages. Although it's possible to customize the search bar heading in "Site Style", this does not seem to be the case for a Search BLOCK. If you look at this page here https://africanaeconomics.com/portal-main you can see that the search bar is barely visible. So i need to be able to change the colour, font, etc. Does anyone know how i might do that? Link to comment
Ziggy Posted November 24, 2022 Share Posted November 24, 2022 You can try this to help it stand out, add to Custom CSS: .sqs-search-ui-button-wrapper { background: rgba(0,0,0,0.4); } Hope that helps! JTeich 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
JTeich Posted November 24, 2022 Author Share Posted November 24, 2022 6 hours ago, Ziggy said: You can try this to help it stand out, add to Custom CSS: .sqs-search-ui-button-wrapper { background: rgba(0,0,0,0.4); } Hope that helps! Thank you so much! I need to change the colour of the text too though. I've tried a couple different things to no avail. Here's one attempt that doesn't work 🙂 } .sqs-search-ui-button-wrapper { background: rgba(187,93,129,0.7); p { color: white !important; }} Here's what the Search Block looks like now Thank you so so much. Link to comment
Ziggy Posted November 24, 2022 Share Posted November 24, 2022 Try this: .search-input::placeholder { color: white !important; } JTeich 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Solution JTeich Posted November 24, 2022 Author Solution Share Posted November 24, 2022 18 minutes ago, Ziggy said: Try this: .search-input::placeholder { color: white !important; } Perfect! Thank you so much! Ziggy 1 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