Tagged: classic editor
The blockquote text is perfect on the display page but the blockquote appears to be about twice the size in the Classic Editor. How can I adjust only the the blockquote text size in the Classic Editor mode? I should add that the “normal text” is okay.
Thank you!
Please see Private.
Hi,
Sorry for the late reply, I tried a few different tricks but they didn’t work because in the editor when the page is opened it is treated as an iframe, which means you can’t adjust the css in the DOM.
So your last hope is to manually change the file: /enfold/config-gutenberg/css/avia-gutenberg-editor.css
on about lines 172-180 you will find:
blockquote{
border-left-style:solid;
border-left-width:7px;
padding-left:20px;
margin-bottom:1em;
margin-right:1em;
font-size: 1.235em;
line-height: 1.5em;
}
change the font-size to 1em;
then save and clear your browser cache.
Best regards,
Mike