Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #220973

    Hi!

    I have installed the Google Typography pluggin, and whit the h1 selector, doesn’t take the font-size.

    I think maybe it is hardcoded somewhere.

    Could you help please?

    Thanks!!
    José

    #221127

    Hey jmaguirrei!

    Are you trying to change the font size of the page title? You can use this:

    .title_container .main-title {
    margin: 0;
    font-size: 20px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    }

    Cheers!
    Ismael

    #221671

    Ok Ismael, I used the .post-title.entry-title CSS property, and it work for me.

    Thanks!!

    José

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘H1 font-size style seems to be 'harcoded'’ is closed to new replies.