Font size

Posted in: Newspaper
Post count: 27

How do i do this (http://www.screencast.com/t/PN6Uh1p7E) but not affect to this (http://www.screencast.com/t/Vek3IN1wfY)? Because i find that when i increase the font size of (http://www.screencast.com/t/PN6Uh1p7E), the font size of (http://www.screencast.com/t/Vek3IN1wfY) also increase. When i decrease the font size of (http://www.screencast.com/t/PN6Uh1p7E), the font size of (http://www.screencast.com/t/Vek3IN1wfY) also decrease. How to make each other not effected like this website? (http://www.screencast.com/t/12ZPMHPdc6la)?

Post count: 6600

Hi,

This: http://www.screencast.com/t/PN6Uh1p7E is an image caption text and you can use this css to change it’s font size: http://screencast.com/t/f88iUjB6Kd

.wp-caption-text {
font-size: 30px;
}

And this: http://www.screencast.com/t/Vek3IN1wfY is an header tag: http://screencast.com/t/UhY1t4Aw
Use this custom css to change the header font size: http://screencast.com/t/0d7oE1eLES8l

.td-post-text-content h5 {
font-size: 60px !important;
}

Thanks

  • This reply was modified 11 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.