Hi TagDiv…
Kindly, check this page – https://www.universalnews.org/aaron-gordon-joins-in-the-top-chinese-sports-brand-361o-family/
On this page, a few Quotes are there…
I wish to reduce the font size and change the color.
How to do it?
When I write an article and insert a quote block I get this character difference
(oaragraph)….nuovo e soprattutto ad un progetto che punta molto su una linea verde. La libero originaria di Cortona:
(blockquote)L’INIZIO È STATO SICURAMENTE DIFFICILE, C’ERA PIÙ DIFFICOLTÀ A GIOCARE INSIEME, POI C’È IL LAVORO DELLA SETTIMANA….
I tried unsuccessfully in the custom css section to insert the following change:
.wp-block blockquote p, .wp-block .wp-block-freeform.block-library-rich-text__tinymce blockquote p, .wp-block blockquote.wp-block-quote p, .wp-block .wp-block-freeform.block-library-rich-text__tinymce blockquote.wp-block-quote p {
font-family: ‘Roboto’, sans-serif;
font-size: 15px;
line-height: 23px;
font-weight: normal;
font-style: italic;
text-transform: none;
color: #222222;
}.
In the previous wordpress theme there was no such anomaly with the Guttenberg editor. May you help me? (A colleague told me that this anomaly is also on the newspaper theme)
Hello @SchoolVolley,
You can change the size of blockquote with tagDiv Composer, edit the post, select the Single Post Content and in the tab called “Style” you can change it https://i.imgur.com/VNz0YsB.png
Thank you!
But only pages i can edit with tagdiv composer, not posts! Where am i wrong?
Hello,
Please try to use Single Post Template from tagDiv Cloud Library, and after you can edit it with tagDiv Composer.
Now you have a template from Theme Panel, right?
Thank you!
Hello,
I’m sorry for the misunderstanding, but for Newsmag you can change the font size in Theme Panel ->Theme Fonts => https://i.imgur.com/XZ5TZzY.png
Thank you!
Surely, it’s a misunderstanding. I know the font-size in theme Panel. But the anomaly is “guttenberg editor” when i edit a blockquote inside the post.
Hello @SchoolVolley!
In order to avoid misunderstandings, then please provide more information about the issue, screenshots or a video and your website link in order to help you efficiently.
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
https://www.screencast.com/t/fYGjF2eJDT
What i see when i edit the post “blockquote”. The character size i too big.
Hello @schoolvolley!
This is the code which is changing the font size for blockquotes :
For Gutenberg:
.wp-block-quote:not(.is-large):not(.is-style-large) p { font-size:15px!important;}
For Classic Editor:
.wp-block blockquote p, .wp-block .wp-block-freeform blockquote p { font-size:15px!important;}
If you paste the codes in the custom css section, then the changes will not be applied.
The codes needs to be placed in the file:
wp-content/plugins/td-composer/legacy/Newspaper/assets/CSS/td_guten_blocks_editor.css
Thank you!
