Capitalize post title

  • Posted in : Bloggy WP
  • martianmasai
    Participant

    Hi, How to Capitalize first letter only

    Thanks

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .entry-title {
        text-transform: none;
    }
    .entry-title:first-letter {
        text-transform: uppercase;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register