Can someone please give me the Quick CSS to increase the size of the title on a single post entry
http://totalgolftravel.com/golf-courses/10-must-play-golf-courses-in-orlando/
Thanks!
Hey James!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
.single .entry-content-wrapper .post-title {
font-size: 40px;
line-height: 1.3em;
}
Best regards,
Ismael
Thanks!