Line height

I changed the font size in the post-desc-wrapper using this shortcode

.grid .post-desc-wrapper .post-desc .post-title h2 a {
    font-size: 25px !important;
    line-height: 0px !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

changing font size worked.
changing line-height didn't
The Line-height of the original h2 is used.
Kan you please help me.

Comments

Sign In or Register to comment.