h1 font size

Home Forums Iconic One Pro Support h1 font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5042
    Benitho
    Participant

    Hi, this is weird; I cannot get the h1 font size to change. I changed every single h1 font site in css, I could find – yet no h1 on the site ever changes at all.

    h2, h3… not a problem, though.

    Any help would be much appreciated
    B.

    #5043
    Benitho
    Participant

    still at a total loss…

    .entry-header .entry-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom:14px;

    I can change the line-height and the font-weight, yet font-size and margin-bottom changes are being ignored.

    #5046

    You can use like this

    
    #content .entry-header .entry-title {
        font-size: 22px;
    }
    #5047
    Benitho
    Participant

    Great, thank you very much !

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