• Resolved sarnava

    (@sarnava)


    Hello,
    Is there a way to make the title of the posts in sentence case. Like in the following picture “PS STORE GAME RENTING TRAIL FOLLOWS” to “PS store game renting trail follows”. Click Here for the Picture.

    Thank You,
    Sarnava.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Brian Harris

    (@zgani)

    Hello Sarnava,

    Add the following CSS to your child theme/css plugin and you should be good with that.

    .entry-title {
        text-transform: none;
    }

    Regards,
    Zulf

    Thread Starter sarnava

    (@sarnava)

    Thank you, it worked. Thank you for your quick reply.

    Regards,
    Sarnava.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Post Title Sentence Case.’ is closed to new replies.