Need CSS styling of category titles – need them to be case sensitive
-
Hello,
In this link #WhenTheLastTreeIsCut – Boiling Frogs Blog
There are two, orange and black, capitalized titles of the category #WhenTheLastTreeIsCut
I would like to make them both sensitive case and shown as #WhenTheLastTreeIsCut
Plus I would like the orange title to be mobile friendly – make it smaller so it fits the mobile screen better. The black one does it.
I tried CSS but it didn’t work:
body.category-#WhenTheLastTreeIsCut { text-transform: none !important; font-size: 20px !important; } .content-area .page-header .page-title { font-size: 20px !important; }
Also, if you can recommend any comprehensive CSS documentation (listing all Selectors, Properties & possible Values) as they should be used in 2023 then that would be amazing. I had issues with CSS before and I just don’t seem to be able to learn how to use it properly so I don’t have to keep asking questions about it here.
Huge thanks in advance!
Note: I’m using Child Astra Theme.
The page I need help with: [log in to see the link]
- The topic ‘Need CSS styling of category titles – need them to be case sensitive’ is closed to new replies.