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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024