Shopify themes, liquid, logos, and UX
you can add a border by modifying the CSS.
.country-selector {
border: 1px solid #000;
padding: 5px;
}
To show currency on hover, you could add a hover effect in the CSS:
.country-selector:hover::after {
content: attr(data-currency);
display: block;
position: absolute;
background-color: #fff;
border: 1px solid #000;
padding: 2px 5px;
}
Make sure to apply these styles in your theme's CSS file
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025