I’m trying to set the word “Or” to be lowercase in the accordion categories. I tried using inline CSS (which worked for doing the same thing in the main menu and drop downs) but this ended up breaking the whole accordion.
What’s the best way to override the camelCase setting in the accordion categories?
Hey Michae1!
You can use this on your custom.css or Quick CSS:
.main_color .taglist a {
text-transform: none !important;
}
Best regards,
Ismael
Thank you for the code Ismael, but it does not seem to have worked. I tried it both in my custom style.css as well as the quick CSS. Is there something missing?
Ah . . . nevermind, I see that I’ve already capitalized the other letters so it just looked like it wasn’t working. All set. Thanx!