Comments 1ICEknigh7 started the conversationOctober 3, 2019 at 3:35amIs there a way of customizing the appearance of the quoted text, besides manually adding new CSS rules? The default format with centered big fonts is not suitable for reading long texts. There's a post with quoted text here: http://www.retrolel.com/en/the-first-version-of-phantis-game-over-ii/ 501Penci repliedOctober 3, 2019 at 4:51pmHi,you can try another blockquote on editor ( try blockquote shortcode )Please edit post then go to toolbar, click pennews then choose blockquote and change setting of the blockquote .Please check demo : http://pennews.pencidesign.com/blockquotes/With default blockquote , unfortunately, curently, this theme doesn't any option you need use custom css.I recommend you use child theme and add custom css to child theme.Best Regards,PenciDesign 1ICEknigh7 repliedOctober 3, 2019 at 7:11pmI can't quote text with paragraphs that way, which is what I need.I'm now trying to change the text colors with CSS but they seem to stay the same color. 501Penci repliedOctober 4, 2019 at 2:48pmHi,Please try use custom css blockquote.style-2:before, blockquote:not(.wp-block-quote), blockquote.style-2 cite, blockquote.style-2 .author, blockquote.style-3 cite, blockquote.style-3 .author{ color: #1e73be !important;}you can change color to any color you wantBest Regards,PenciDesign 1ICEknigh7 repliedOctober 4, 2019 at 7:33pmThat's kind of a complicated way of changing something that regular users of the theme might want to modify at will, but I guess it works for me. Sign in to reply ...
Is there a way of customizing the appearance of the quoted text, besides manually adding new CSS rules? The default format with centered big fonts is not suitable for reading long texts.
There's a post with quoted text here: http://www.retrolel.com/en/the-first-version-of-phantis-game-over-ii/
Hi,
you can try another blockquote on editor ( try blockquote shortcode )
Please edit post then go to toolbar, click pennews then choose blockquote and change setting of the blockquote .
Please check demo : http://pennews.pencidesign.com/blockquotes/
With default blockquote , unfortunately, curently, this theme doesn't any option you need use custom css.
I recommend you use child theme and add custom css to child theme.
Best Regards,
PenciDesign
I can't quote text with paragraphs that way, which is what I need.
I'm now trying to change the text colors with CSS but they seem to stay the same color.
Hi,
Please try use custom css
blockquote.style-2:before, blockquote:not(.wp-block-quote), blockquote.style-2 cite, blockquote.style-2 .author, blockquote.style-3 cite, blockquote.style-3 .author{color: #1e73be !important;
}
you can change color to any color you want
Best Regards,
PenciDesign
That's kind of a complicated way of changing something that regular users of the theme might want to modify at will, but I guess it works for me.