Blockquote CSS

Posted in: Newsmag
Post count: 60

Hi,

As someone running news site. I often use blockquote to quote a person or source. However the blockquote css for Newmag magazine uses huge fonts and properties that don’t work well. I added some css:

.post blockquote p, .page blockquote p, .td-post-text-content blockquote p {
font-size: 15px;
line-height: 21px;
border-left: 3px #ddd solid;
font-family: monospace !important;
text-transform: none;
text-align: justify;
color: #999;
padding-left: 30px;
font-style:none;
}

As you can see here: http://www.swapnil.io/2016/01/13/in-2015-linus-torvalds-flew-in-a-fighter-jet-in-2016-he-builds-a-car/

vs

Blockquotes here:

http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swift-why-she-hasnt-dated-since-harry-styles/

But within the editor it still shows the big fonts. How do I change that in the backend where I write stories.

Post count: 6535

Hi

I can’t access the indicated url: http://screencast.com/t/oui5lugP
You need to edit the editor-style.css file and change the indicated value http://screencast.com/t/hfrc6h4a also you can at your own css to style the blockquote

Thanks!

Post count: 217

Hi Andrei,

that solution seems not to work anymore.

If I go into editor-style.css it shows:

/*
Hello,
the editor style used by the theme is located in /less_files/editor-style.less – it’s a less file and it’s compiled on runtime
~ tagDiv
*/

Post count: 6535

Hi

Are you using the latest version of the theme, V 2.3.5? In v 2.3.5 which is the one available on themeforest the style for back-end post editor is located in editor-style.css file: http://screencast.com/t/eSec9JUcld

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.