Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177753

    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.

    http://bit.ly/1bBpSLc

    What’s the best way to override the camelCase setting in the accordion categories?

    #177763

    Hey Michae1!

    You can use this on your custom.css or Quick CSS:

    .main_color .taglist a {
    text-transform: none !important;
    }

    Best regards,
    Ismael

    #177806

    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?

    #177807

    Ah . . . nevermind, I see that I’ve already capitalized the other letters so it just looked like it wasn’t working. All set. Thanx!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set Select camelCase Text to lowercase in Accordion Categories’ is closed to new replies.