Hello, does anyone know a fix for this, at the bottom of our site, we have a menu where you choose language but all of the text doesn’t show properly.
span.disclosure-list__option {
color: #000;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hallo [email removed]
You can add code by following these steps to change
- Go to Online Store → Theme → Edit code > assets > base.css
paste below code at bottom
span.disclosure-list__option {
color: black !important;
}
If you require any further information, feel free to contact me.
Best regards,
Hi @emilbrandon
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
Hello @emilbrandon
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Result:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
thank you, worked as a charm!


