Blockquote p in the admin style

Posted in: Newspaper
Post count: 28

Hello there, I’d like to know how to change the ugly style for blockquotes in the admin side. None of the explanations you have done in other topics of this forum work for me.

View post on imgur.com

Thanks.

Post count: 23312

Hello

If you want to change the blockquote style from your backend, you should edit the editor-style.css core file and edit the blockquote design by your desire, like this -> https://www.screencast.com/t/TnD3785x8k

Hope this helps!

Thaks for the message!

Post count: 1341

deleted…

  • This reply was modified 9 years by Edward.
Post count: 28

As I have said, none of the explanations work. I had already tried with this:

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

and a plugin called Admin CSS MU. I have not found the way to change it… any clue? Or is that I have to change in original file? thanks!

Post count: 28

And, I have tried changing it directly on the file… haven’t found the way neither…

Post count: 28

I know that if it’s not a thing about the theme you should not give support but I think there would have to be a easier way to do this. In fact, when you change the style of blockquote for the front end, it wuold have to change in the backend as well… this is just a thought…. thanks for the help anyway.

Post count: 28

The style is in a style.css called editor-style.css?wp-mce-4506-20170408 I can not edit it…

Post count: 28

It’s done! You should clean the cache ofg your browser if you want to change that file. Thanks!

Post count: 23312

Hello luquerias,

I am glad that you could solve the problem.

Thanks for your message!

Post count: 29

Same problem here… even cleaning cache does not change it.

Post count: 23312

Hello,


@luquerias
, please notice that in style.css you will found the style of the front-end and in the editor-style.css you will find the style of your backend. So, if you want to hide this style for everything you should find this code and remove it from both files, clear all of your caches and check the results.

@Fausto
, try to clear all of your caches and check the results.

Thanks for your understanding!

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