Deleting the h1 element "Home"

Permalink 1 user found helpful
I've tried everything I could do, but I still cannot get this off my page. What can I do to get this off the page?
This is what it looks like:
http://173.254.67.225/Main/

 
Adreco replied on at Permalink Reply
Adreco
the theme Slate has a folder in Elements called PageMeta that creates this. If you are viewing your site in Chrome you can right click to select "inspect element" (Use firebug if using Firefox)
You'll notice that if you click on <Div ID="wrapper"> that right beneath it you'll find lines for Page Meta and breadcrumbs. Erasing these lines while inspecting the site will show you the results "Live".
If that achieved the desired look, edit your main CSS to reflect the changes (comment out, preferably).

drop me a PM if you need a hand with this

Adrian
Adreco replied on at Permalink Reply
Adreco
On one of your previous threads, Corretje suggested adding
#page-meta h1 {
display: none;
}

to your main CSS. I just tested this by adding through the Dashboard and it worked fine.
Go to Dashboard - Pages & Themes - Themes and select customize (after the Slate theme listed). Click open the last icon that is labeled "add your CSS" and past the code above into this area.
SAVE
Clear Cache
Clear Browser Cache if needed.

The page meta should now be gone


Adrian