ASK: Resize Quote More Article Box

Posted in: Newsmag
Post count: 152

Help, please. How to resize this qoute’s font?

mobile

Post count: 23312

Hello Syams,

If you want to change the style of the quotes, you should change the values from the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td-post-content blockquote p{
font-size: 15px;
line-height: 20px;
font-weight: normal;
font-style: italic;
text-align: center;
text-transform: capitalize;
color: red;
}

The result is here -> http://screencast.com/t/cq0lmikya

Thanks for the message!

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