XF 2.3 H1 hidden

Seeker-Smith

Well-known member
I can use this <xf:h1 hidden="true" /> in a page to hide H1. Is there something similar that could be used in extra.less to do it globally?

Thanks
 
I guess you could just

h1 {
display: none;
}

But I'm not sure why you'd want to, it's the most prominent heading on the page, and that usually carries some weight with the SEO thing.
 
I guess you could just

h1 {
display: none;
}

But I'm not sure why you'd want to, it's the most prominent heading on the page, and that usually carries some weight with the SEO thing.
You sir are a gentleman and scholar.

I hate the display on the top left of each page "Forums", "Media" etc. Popel clicked the button they know where they are.
 
Back
Top Bottom