coshfactory Posted August 30, 2022 Posted August 30, 2022 Site URL: https://www.coshfactory.com/ How Do i change the background color of results page and the color of the words?
tuanphan Posted August 31, 2022 Posted August 31, 2022 Add to Settings > Advanced > Code Injection > Footer <script> if (document.location.pathname.indexOf("/search") == 0) { document.querySelector('body').classList.add('t-search') } </script> <style> body.t-search #page { background-color: white; } body.t-search #page * { color: black !important; } </style> 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!)
coshfactory Posted September 1, 2022 Author Posted September 1, 2022 Thank you that worked perfectly. Is there a way to change the layout of the results page so that it links to the images of products in my store front like the one attached?
tuanphan Posted September 3, 2022 Posted September 3, 2022 Can you share link to a search result page? I try candle & it shows nothing https://www.coshfactory.com/search?q=candle 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!)
coshfactory Posted September 4, 2022 Author Posted September 4, 2022 https://www.coshfactory.com/search?q=candle
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment