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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024