• Hi,
    Currently I am using Llorix One Lite (iblogtoshare.sg) with this theme.

    However, I am not getting my headings to show the correct size as stated in the style.css

    How do I correct the H1-H6 headings

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    I am not getting my headings to show the correct size as stated in the style.css

    I’m afraid I didn’t understand you completely. Do you want to modify the size of headings? Thanks!

    Thread Starter geraldtys

    (@geraldtys)

    The font size is not showing what it should be on my blog. My headings in style.css as follow.

    h1 {
    font-size: 36px;
    line-height: 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }

    h2 {
    font-size: 30px;
    line-height: 34px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }

    h3 {
    font-size: 24px;
    line-height: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }

    h4 {
    font-size: 18px;
    line-height: 22px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }

    h5 {
    font-size: 14px;
    line-height: 18px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H1-H6 headings not showing in blog’ is closed to new replies.