It doesn't work custom css

Posted in: Newsmag
Post count: 10

I added some CSS code to custom css.
It is showing original theme’s blockquote style.

blockquote.Note{
padding: 5px 20px;
margin: 0 0 10px;
border-left: 5px solid #D3EAFA;
}
blockquote.Note p {
font-size:95%;
color: #333333;
font-weight: 300;
line-height: 1.6;
}

sample :
<p><i class=”icon-bookmark-empty”></i> Note</p>

<p>Contents</p>

and how can I use bootstrap css?

Post count: 9544

I didn’t think “note” was a class used, and you’re defining it but then not using it in your example ?

In any case here is what I’m using for a paragraph tag in Newsmag:

blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}

Bootstrap CSS not used in theme, unfortunately (wish it was!), for buttons, etc.

You could save out the custom CSS and JS from Bootstrap using the customizer and then fold those into the theme by adding calls to the JS and putting the CSS at bottom of your style.css.

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