I’m using Luxe theme in that I need to customize the font size of the language and currency selector to 10px. I’ll attach the reference image for this.
website: https://flyuhpmj48fgyij1-86107750704.shopifypreview.com
A user working with the Luxe theme needs to reduce the font size of language and currency selectors to 10px. They provided a screenshot showing the current appearance of these elements.
A solution was offered using custom CSS:
.glc-switcher-btn .glc-language__name and .glc-switcher-btn .glc-currency__namefont-size: 10px; to both selectorsThe responder included a visual demonstration showing the expected result after applying the CSS code. The issue appears resolved pending implementation confirmation from the original poster.
I’m using Luxe theme in that I need to customize the font size of the language and currency selector to 10px. I’ll attach the reference image for this.
website: https://flyuhpmj48fgyij1-86107750704.shopifypreview.com
Hi @Sivadarshan
let try to add this Custom css code:
.glc-switcher-btn .glc-language__name,.glc-switcher-btn .glc-currency__name {
font-size: 10px;
}