genfoch01 Posted June 13, 2022 Share Posted June 13, 2022 Site URL: https://malhotra-fine-art-gallery.com squarespace 7.1 site: malhotra-fine-art-gallery.com/search I need to change the white background color to match my theme and I also need to change the font color to match my theme I attempted to use this " " but that appeared to change the header of the search page. Thanks for your time! Link to comment
tuanphan Posted June 14, 2022 Share Posted June 14, 2022 Try adding to Design > Custom CSS #page .system-page, #page { background-color: #32273b; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
genfoch01 Posted June 14, 2022 Author Share Posted June 14, 2022 (edited) that worked mostly, however is someone goes to the search page there is a white bar across the bottom. (IE blank search box or text for which no results are found ) the text is "Your search did not match any documents." so i'd like to change the color of the white to match the rest of the page and change the no results text to be bigger, bold and white Edited June 14, 2022 by genfoch01 Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 20 hours ago, genfoch01 said: that worked mostly, however is someone goes to the search page there is a white bar across the bottom. (IE blank search box or text for which no results are found ) the text is "Your search did not match any documents." so i'd like to change the color of the white to match the rest of the page and change the no results text to be bigger, bold and white Use this new code #page .system-page, #page, body { background-color: #32273b; } .sqs-search-page-notice { color: white !important; display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
genfoch01 Posted June 16, 2022 Author Share Posted June 16, 2022 That got it ! thank you so much for your help! 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