Formatting blockquote in the wp visual editor

Posted in: Newsmag
Post count: 94

Hi
when I write a post and use the blockquote the font used in the visual editor is very big and the text below is pushed below

I tried using this class -> .mce-content-body blockquote p { font-size: 13px } un the custom code but nothing happens

can you please help me to reduce the font size of the blockquote text in the visual editor?

thanks

Post count: 6535

Hi

The custom css from theme panel applies only on front end. If you want to make changes in text editor style the file that must be edited is editor-style.css: http://screencast.com/t/iVLbvK9c
The css that you tried is ok but needs a little adjustment in order to be applied:

.mce-content-body blockquote p {
font-size: 13px!important;
}

Thanks!

Post count: 9

Well, i tried that and it didn’t do shit ! 🙂 Lulz

Post count: 6535

Hi

The above css works fine as can be seen here: http://screencast.com/t/IOfi1bO4Tc but it’s applied on post editor only, not on front-end.

Thanks!

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