Hi we have set the blockquote color in the newspaper theme panel > theme colors > content > posts section to be read. See screenshot https://paste.pics/c7419886a9bc393bc6656ff9d98338b1 but it has no effect on the front-end of the post. See our test site https://test.feminisminindia.in/blog/2021/02/26/how-global-economic-policies-affect-local-gender-issues/ for the result. If you inspect the blockqoute element, you will see that the stylesheet overrides the select red hexcode.
Hello!
When using a cloud library template most of the editing can be done using tagDiv Composer. As you can see here this is how you can edit your blockquote colors: https://www.screencast.com/t/g29ToWwn4
I hope this was helpful!
Thank you!
Thanks Vlad. We are not using the cloud library template though for single posts. We are using the style 3 template in theme panel > post settings > default post template.
The blockquote color is also set to #e7343f in theme panel > theme colors > content > posts.
We also tried to add custom css in theme panel > custom code to enforce text color of all blockquotes but were unable to get the result.
Hello!
It looks like the blockquote is getting overwritten, please use this css code: .post blockquote p, .page blockquote p {
color:#e7343f!important;
}
The codes must be inserted in here: https://www.screencast.com/t/G4qVwC6G
Thank you !