h3ft Posted June 26, 2015 Share Posted June 26, 2015 Hello, I want to have a category called "DVDs" (DVD in upper-case and the s in lower-case). But once written correctly on the back-end, it puts it all in upper-case on the front-end. Is there a way to do it? PS: I'm using the default theme! Many thanks guys Link to comment Share on other sites More sharing options...
Paulito Posted June 27, 2015 Share Posted June 27, 2015 Hello I suppose the easiest way is to add this code to the bottom of: superfish-modified.css or global.css .sf-menu > li:nth-child(5)> a {text-transform:none!important;} The (5) targets the 5th Tab in your menu Result http://screencast.com/t/asftzMTC Paul Link to comment Share on other sites More sharing options...
h3ft Posted June 27, 2015 Author Share Posted June 27, 2015 The most responsive community I've seen so far. Big thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now