02/01/2019 at 11:35 am
#483339
Keymaster
@ Sébastien
Because the notes block is wrapped in a p tag and your theme applies styles to the the p tag and that is inherited, like it should be. You’ll need to add you own CSS to the theme to style the p with used within the template. Something like this:
#cn-tile-plus .cn-entry p {
font-weight: 500;
line-height: normal;
font-size: 13px;
margin: 10px 0;
}
Hope this helps!
