• Resolved izamel

    (@izamel)


    Where to style the categories, so it will allow all caps? It converts all capital letters to lowercase. I need it to show “ABC” but instead it shows up as “Abc”

Viewing 1 replies (of 1 total)
  • There’s no option in the settings for this, but as an alternative you can use custom css styles for this. Put this custom css styles in your gallery settings section and replace SHORTCODEID with your gallery identifier.

    #crp-content-SHORTCODEID .ftg-filters a {
        text-transform: uppercase;
    }

    For example, if your gallery short-code is [gkit id=123], then your styles should be

    #crp-content-123 .ftg-filters a {
        text-transform: uppercase;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘All caps’ is closed to new replies.