Font Size troubleshooting on language and currency selector - urgent

Topic summary

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:

  • Target classes: .glc-switcher-btn .glc-language__name and .glc-switcher-btn .glc-currency__name
  • Apply font-size: 10px; to both selectors

The 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.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

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;
}