Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719016

    Hello,
    Could be posible to disable capital letters in post titles? I would like to see lowercase letters please. http://prntscr.com/ddsk7q
    Thanks a lot :)

    • This topic was modified 7 years, 5 months ago by bertatvila.
    #719020

    Hey bertatvila,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.