• Resolved megumi

    (@smegumi)


    Mac os 10.12.5 /
    chrome 59.0.3071.115
    Theme: Coherent
    What I tried: style.css

    I tried changing the font size of the article title, but it does not work.
    I would like to change the title when searching by the tag or category as well.
    It would be great if you could tell me where to touch.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter megumi

    (@smegumi)

    What I want to change:
    1. The article title
    2. The title when searching by the tag or category.

    Hi there,

    Please try adding the CSS below to your site in Appearance > Customize > Additional CSS. The font-size values can be changed to whatever you prefer.

    /* Change h1 title on single posts, pages, and archives */
    h1.page-title, h1.entry-title {
        font-size: 3.9em;
    }
    
    /* Change h2 titles in excerpts */
    h2.entry-title {
        font-size: 2.1em;
    }

    If the CSS doesn’t work, please post a link to your site so I can take a closer look.

    Thanks ??

    Thread Starter megumi

    (@smegumi)

    Thank you for the replies. That worked!

    You’re welcome, glad I could help ??

    Have a great weekend!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to resize article title letters’ is closed to new replies.