Comments Pepe started the conversationOctober 2, 2014 at 11:16pmHelloI want to transform the post titles in lowercase. How I can do? 93 djwd repliedOctober 3, 2014 at 1:04pmHi there,you would need some Custom CSS in order to do this, aren't post titles already in lowercase by the way?RegardsdjwdRegardsdjwdPepe repliedOctober 3, 2014 at 2:04pmHiI want transform post titles who are in uppercase in lowercase. Example title:http://themeforest.net/item/mightymag-magazine-sho... I don't know how do it.Pepe repliedOctober 3, 2014 at 2:08pmI mean a single-postPepe repliedOctober 3, 2014 at 2:20pmExample 93 djwd repliedOctober 3, 2014 at 4:29pmAlright I got it, thanks for the screenshot. Please paste this in the Custom CSS textarea (Advanced Tab).entry-header .entry-title, .entry-header .page-title {text-transform: lowercase}or.entry-header .entry-title, .entry-header .page-title {text-transform: capitalize}To have only the first letter of each word in uppercaseHope this helpsRegardsdjwdRegardsdjwdPepe repliedOctober 3, 2014 at 5:27pmThanks. I paste the code in CSS but doesn't work. You could tell me exactly where to put it (style.css, rtl.css....)? 93 djwd repliedOctober 3, 2014 at 7:26pmTheme Options > Advanced > Custom CSSTry by adding the !important declaration as so:.entry-header .entry-title, .entry-header .page-title {text-transform: lowercase!important}I just tested it and it does work for me.RegardsdjwdRegardsdjwdPepe repliedOctober 3, 2014 at 7:49pmOk, it's working!Thank you very much!Regards Sign in to reply ...
Hello
I want to transform the post titles in lowercase. How I can do?
Hi there,
you would need some Custom CSS in order to do this, aren't post titles already in lowercase by the way?
Regards
djwd
Regards
djwd
Hi
I want transform post titles who are in uppercase in lowercase. Example title:
http://themeforest.net/item/mightymag-magazine-sho...
I don't know how do it.
I mean a single-post
Example
Alright I got it, thanks for the screenshot. Please paste this in the Custom CSS textarea (Advanced Tab)
or
To have only the first letter of each word in uppercase
Hope this helps
Regards
djwd
Regards
djwd
Thanks. I paste the code in CSS but doesn't work. You could tell me exactly where to put it (style.css, rtl.css....)?
Theme Options > Advanced > Custom CSS
Try by adding the !important declaration as so:
I just tested it and it does work for me.
Regards
djwd
Regards
djwd
Ok, it's working!
Thank you very much!
Regards