Setting up a new website using a not-bootstrap theme:
What is rendering is this:
The text color and font are not correct.
When I view source, it appears it is injecting something into each of the
<p>
tags.
<p style="margin-top: 0px; margin-bottom: 15px; padding: 0px; text-align: justify; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif;">Lorem ipsum dolor sit amet...
How do I defeat this? Where is this set?
Go to the blogpost in the desk, switch to the code view with the [<>] button, and check if this was applied there. When you copy paste content in a the blogpost editor it actually copy pastes the html from the source. There is a button in the blogpost editor to remove any style use that.
Thanks @raghukamath, this worked. I had figured this out the last time I built an ERPNext site and it was weird then too.
For those who didn’t quite follow, here’s a visual:
@tmatteson, I stumbled upon the editor’s caveats when creating websites. I wish this was just a simple markdown editor 
1 Like