Hello- I have customized my blockquote and the customizations work great when I use the cornerstone editor, but when I am using native wordpress editor it is not working. Here is my code:
blockquote.x-blockquote, blockquote .x-cite {
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace !important;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 20px;
color: black;
}
Please advise, thanks.