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.
Thanks.
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!
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!
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.
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!