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 :)
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