Text with title element

Posted in: Newspaper
Post count: 6

“Text with title” element looks different when you use it in posts.

Post count: 6600

Hi,

Yes, it’s styled different, use custom typography in theme panel to change it as you like http://screencast.com/t/fesATvLGeb or you can do it via css, using this custom css in theme panel > custom css:

.single .td_text_with_title span {
font-family: "Gentium Book Basic";
font-size: 25px;
line-height: 30px;
text-transform: uppercase;
color: #dd3333;
}

Result: http://screencast.com/t/CPSeuC6WvS5q

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.