Customizing the Blockquote Look in Posts

Posted in: Newspaper
Post count: 238

I don’t like how the quote looks inside article. It is showing in block letters and also in big fonts. I will like to make it aligh left, remove block letters to normal, and have a left border to differentiate it from post content,.
http://prntscr.com/csaze2

Post count: 23312

Hello hadharm,

Please notice that all the settings for our Quotes could be found in the post editor, like this -> http://screencast.com/t/XkBMpgGN Also, if you want to change other values from this blockquote, you will have to change the values from here and place that code in Theme panel->Custom CSS area.

.td-post-content blockquote p{
font-family: 'Roboto', sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
font-style: italic;
text-align: center;
text-transform: uppercase;
color: #4db2ec;
word-wrap: break-word;
}

If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 238

Thanks your screenshot already solved my problem.

  • This reply was modified 9 years by hadharm.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.