How to change post title font size?

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

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 10 years, 6 months ago.

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

    Gemini23
    Member

    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.