.editor-styles-wrapper blockquote { color: red !important; }
in another WordPress blog using the 2017 theme. Its purpose is to color the blockquote block INSIDE the editor. It works. It makes the blockquoted material red. However, in the Sprout theme, this does NOT work. How can I make this code work in the Sprout theme?
My php skills are next to none, but thank you so much. I assume that this would go into functions.php? And that I would somehow need a method of putting the desired users into a list that would be (comma separated?) inside the single quoted ‘user_ID’ place in the code?