RM 1.2 How do I change the Resources tab?

click here

Active member
I would like my nav tab for the Resources Manager to be uppercase "RESOURCES" with the title on the Resources page to be lowercase "Resources". I can change them to either or, but not different, how do I make the tab and title for the resource addon different?
 
You could achieve it with CSS text-transform, I’m on my phone so can’t get the exact class name but:

Code:
.navTab .resource { text-transform: capitalize; }

Something to that effect...

Edit: totally didn’t see the date of the OP :p
 
Top Bottom