Hi,
Do you refer to the blockquote? the blockquotes are styled with css – http://screencast.com/t/EbVKSL2cLmD
To change the way they appear you have to modify the css.
If you want to add quotes in the text use the keyboard double quotes ” , don’t use the blockquote.
Thank you, Emil G.
Hi,
From your image i see that you add a blockquote inside a table – http://screencast.com/t/K4VutIVkhVD
The theme comes with a predefined css for blockquotes, you can find it in the style.css – http://screencast.com/t/UunriwfXpfwN
You could also create a custom css to override the theme default css and include it in Theme Panel -> Custom CSS.
On the before image i suspect the table included only a paragraph element and no blockquote.
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
For backend you have to edit editor-style and change that css: http://screencast.com/t/uINoJcQu829 – http://screencast.com/t/5K5tKogwrp
If you want to change it also for frontend you can chang it via custom css in Theme Panel > Custom Css: http://screencast.com/t/s1KtQTBUqyI
blockquote p {
font-size: 15px;
}
Thanks!