Skip to content
Grav 2.0 is officially stable. Read the announcement →
Themes & Styling

Tags automatically uppercase?

Solved by pamtbaau View solution

Started by jeff milton 8 years ago · 3 replies · 679 views
8 years ago

Are tags always converted to uppercase? Is this configurable? I would like my tags to be presented as I have typed them, but I can't find any config option that allows for that.

8 years ago Solution

The tag is transformed to uppercase by css:

CSS
.label {
    font-size: 12px;
    text-transform: uppercase;
}
8 years ago

oh, jeesh! I was sure I had seen a config option at one point, so I was looking for that and totally overlooked the css option. I feel rather stupid now :/

8 years ago

As you said, you are just starting out using Grav. That always comes with a confusing learning period. So many options, so many ways of doing things...

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by stuart young, 2 weeks ago
3 251 2 weeks ago
Themes & Styling · by Sebadamus, 3 weeks ago
5 317 3 weeks ago
Themes & Styling · by martynfoster735, 4 weeks ago
1 310 4 weeks ago
Themes & Styling · by Justin Young, 1 month ago
1 348 1 month ago
Themes & Styling · by Slebeig, 2 months ago
4 474 2 months ago