• Resolved schardong

    (@schardong)


    Is there any way to leave the titles with only the first letter of the sentence capitalized? In the standard way the letter of each word is in capital letters, I want to change that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can add the custom CSS in the theme customizer >> CSS section.

    .wpfp-featured-post.design-1 .wpfp-title a{text-transform: none;}

    Thanks

    Thread Starter schardong

    (@schardong)

    Thanks for the answer, it was really helpful.

    Also, I would like to do the same using the Post Grid. There is a way? Because with this CSS only changed the Post Block.

    Hello,

    You can add bellow CSS for grid title.

    .wpfp-featured-post-grid.design-1 .wpfp-title a{text-transform: none;}

    If you like our plugin and support, please give your review and rate on this plugin, your review and rate very important for us.

    Thanks

    • This reply was modified 6 years, 3 months ago by Rafik.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Headings texts’ is closed to new replies.