What I’m trying to do
I’m using Minimal Theme in my publish.css. I would like to know how to remove the H1 tag on the site after it is published.
Things I have tried
I learned long ago not to mess with things that I don’t know how to put back together, so I’ve not done anything.

ariehen
2
H2
, ##
, :
, etc., to the left of headings are casually referred to as “heading indicators” or “heading markers”.
Minimal’s publish.css doesn’t have them, so it’s probable you’ve added some extra CSS that’s creating them.
There are a bunch of different ways the CSS can be written, but I’d look for a section with h1
near a ::before
and content: "H1"
or something similar.
Excellent, i’ll see what i can find.
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.