Okay
  Public Ticket #293914
Post title in lowercase
Closed

Comments

  • Pepe started the conversation

    Hello

    I want to transform the post titles in lowercase. How I can do?

  •  93
    djwd replied

    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

  • Pepe replied

    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.

  • Pepe replied

    I mean a single-post

  • Pepe replied

    Example

  •  93
    djwd replied

    Alright 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 uppercase

    Hope this helps

    Regards
    djwd

    Regards
    djwd

  • Pepe replied

    Thanks. 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 replied

    Theme Options > Advanced > Custom CSS

    Try 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.

    Regards
    djwd

    Regards
    djwd

  • Pepe replied

    Ok, it's working!

    Thank you very much!

    Regards