Problem Blockquote in edit

Posted in: Newspaper
Post count: 28

Hello,

Thank you for updates.

But I have a little trouble with the editions. When I put the quote , typography changes : Big and blue

Why?

thank you

Post count: 1291

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.

Post count: 28

I refer at this :
https://www.dropbox.com/sc/38z9xg8lprwvfs2/AAAGoFa7mKEE4iCwYTZ3of3sa

Before :
https://www.dropbox.com/sc/83zrm79fqaepods/AABVCdt8rxn0LQT3sqQSEPVna

  • This reply was modified 11 years by jerome.
  • This reply was modified 11 years by jerome.
Post count: 1291

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.
Post count: 28

Yes indeed the text is ” blockquote ” .
I wish that when I active , the text is normal and does not become big and blue.

What should I write in the custom css ?

thank you

Post count: 7909

Hi,

For backend you have to edit editor-style and change that css: http://screencast.com/t/uINoJcQu829http://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!

Post count: 28

Super !

Thanks

Post count: 217

-deleted-

  • This reply was modified 11 years by Bichareh.
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.