Shopify themes, liquid, logos, and UX
Hey guys, how can I set the search bar in the currency selector in the footer to have a white border, only on MOBILE?
I just want to set the border to white:
Here is link to my store: https://1049xn-ya.myshopify.com/collections/all
I WANT THIS ONLY ON MOBILE.
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
I understand you’re trying to set the search bar in your currency selector in the footer to have a white border specifically for mobile devices. Here's exactly how to achieve this:
You’ll need to add some custom CSS targeting the mobile version of your store. Here's how to do it:
@media only screen and (max-width: 768px) {
.footer-currency-selector input {
border: 1px solid white; /* Sets the border to white */
}
}
If you still have trouble, try using the browser's developer tools to simulate a mobile view and test the CSS in real time before saving it permanently.
I hope this helps! If you need any other assistance, I am willing to help.
Best regards,
Daisy.
This is an accepted solution.
Hi @CreatorTim
I understand you’re trying to set the search bar in your currency selector in the footer to have a white border specifically for mobile devices. Here's exactly how to achieve this:
You’ll need to add some custom CSS targeting the mobile version of your store. Here's how to do it:
@media only screen and (max-width: 768px) {
.footer-currency-selector input {
border: 1px solid white; /* Sets the border to white */
}
}
If you still have trouble, try using the browser's developer tools to simulate a mobile view and test the CSS in real time before saving it permanently.
I hope this helps! If you need any other assistance, I am willing to help.
Best regards,
Daisy.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025