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

    Apologies if this has already been asked and answered somewhere, but I can’t find it.
    For the blog index and the individual blog entries, what CSS should I use to make the blog title headlines about 20% bigger?
    thank you.

    #282857

    Hey lbdesign!

    Thank you for visiting the support forum!

    You can change the post title with this on Quick CSS or custom.css:

    .entry-content-wrapper .post-title {
    font-size: 50px;
    line-height: 1.3em;
    }

    Regards,
    Ismael

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