SolveigTraeet Posted January 7, 2021 Share Posted January 7, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/blog Hi! I would like to change my search bar. Right now I have a black bakground, but I still have the gray border-line and gray ''search'' text. Can this be removed? I also want the pop-up search result list to have a black background and other text color, with other border color (than gray). Can anyone help me? Link to comment
tuanphan Posted January 8, 2021 Share Posted January 8, 2021 Add to Design > Custom CSS .sqs-search-ui-button-wrapper.color-dark .search-input { border-color: black; color: black !important; opacity: 1; } .sqs-search-ui-button-wrapper.color-dark .search-input::placeholder { color: white; } SolveigTraeet and chynna 2 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
Cyperpunk-girl-333 Posted November 6, 2022 Share Posted November 6, 2022 (edited) Is it possible to make the search bar a Gradient .sqs-search-bar { background: linear-gradient(to right, #EF06C3, #0012FA ); background: -webkit-linear-gradient(to right, #53d6ff, #666be1); } Is it possible to fill in the search bar block with a gradient? Edited November 7, 2022 by Cyperpunk-girl-333 Link to comment
lucylou12 Posted November 6, 2022 Share Posted November 6, 2022 Hi, I'm trying to get rid of the outline "on click" in my search bar, tried multiple codes, but noting seems to be working. Anyone knows, how to get rid of it? Thank you so much!https://daffodil-goldfish-8xw8.squarespace.com/ Password: 120896 Link to comment
Solution tuanphan Posted November 10, 2022 Solution Share Posted November 10, 2022 On 11/6/2022 at 9:38 PM, lucylou12 said: Hi, I'm trying to get rid of the outline "on click" in my search bar, tried multiple codes, but noting seems to be working. Anyone knows, how to get rid of it? Thank you so much!https://daffodil-goldfish-8xw8.squarespace.com/ Password: 120896 Add to Design > Custom CSS .search-input { outline-color: transparent !important; } On 11/6/2022 at 1:49 PM, Cyperpunk-girl-333 said: Is it possible to make the search bar a Gradient .sqs-search-bar { background: linear-gradient(to right, #EF06C3, #0012FA ); background: -webkit-linear-gradient(to right, #53d6ff, #666be1); } Is it possible to fill in the search bar block with a gradient? Use this CSS .search-input, .sqs-search-ui-button-wrapper { outline-color: transparent !important; background-image: linear-gradient(to right, #EF06C3, #0012FA ) !important; background: -webkit-linear-gradient(to right, #53d6ff, #666be1); background-color: transparent !important; } sayreambrosio 1 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
Cyperpunk-girl-333 Posted November 10, 2022 Share Posted November 10, 2022 That worked perfectly, thank you. Can i change the default grey text and black text to white? Link to comment
Cyperpunk-girl-333 Posted November 10, 2022 Share Posted November 10, 2022 On 11/7/2022 at 12:38 AM, lucylou12 said: Hi, I'm trying to get rid of the outline "on click" in my search bar, tried multiple codes, but noting seems to be working. Anyone knows, how to get rid of it? Thank you so much!https://daffodil-goldfish-8xw8.squarespace.com/ Password: 120896 .search-input { outline-color: transparent !important; } Add to Design CSS Link to comment
Cyperpunk-girl-333 Posted November 11, 2022 Share Posted November 11, 2022 On 11/6/2022 at 4:49 PM, Cyperpunk-girl-333 said: Is it possible to make the search bar a Gradient .sqs-search-bar { background: linear-gradient(to right, #EF06C3, #0012FA ); background: -webkit-linear-gradient(to right, #53d6ff, #666be1); } Is it possible to fill in the search bar block with a gradient? @tuanphan On 11/10/2022 at 5:28 PM, Cyperpunk-girl-333 said: That worked perfectly, thank you. Can i change the default grey text and black text to white? @tuanphan Link to comment
tuanphan Posted November 13, 2022 Share Posted November 13, 2022 On 11/10/2022 at 2:28 PM, Cyperpunk-girl-333 said: That worked perfectly, thank you. Can i change the default grey text and black text to white? For this? 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
Cyperpunk-girl-333 Posted November 13, 2022 Share Posted November 13, 2022 Yes, that is correct ☺️ Link to comment
Cyperpunk-girl-333 Posted December 28, 2022 Share Posted December 28, 2022 @tuanphan How would i make the text white? Link to comment
tuanphan Posted December 30, 2022 Share Posted December 30, 2022 On 12/29/2022 at 5:09 AM, Cyperpunk-girl-333 said: @tuanphan How would i make the text white? Use this CSS (Design > Custom CSS) .sqs-search-ui-button-wrapper.color-dark .search-input { color: red !important; } 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
Cyperpunk-girl-333 Posted January 1, 2023 Share Posted January 1, 2023 (edited) the word search still appears grey but you can type white? do you know how to remove the word search? Edited January 1, 2023 by Cyperpunk-girl-333 Link to comment
tuanphan Posted January 2, 2023 Share Posted January 2, 2023 13 hours ago, Cyperpunk-girl-333 said: the word search still appears grey but you can type white? do you know how to remove the word search? It looks fine to me 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment