How to change post title font size?

Home Forums Iconic One Pro Support How to change post title font size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #913
    Gemini23
    Participant

    I would like to make the posts titles larger and bold… where can I change this?

    Thanks

    #915

    Paste the following in the custom.css or in the style.css of child theme

    .entry-header .entry-title {
        font-size: 28px;
        font-weight: bold;
    }

    Increase or decrease the px value as per your liking.

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