BettyBoop8171
Member
Posted 5 years ago #
I just finished a new installation of WordPress for the Not for Profit, Online website.
The blog address is..."www.nfp-rocks.com/blog". I based the blog on the "barracus-tiza-ancho-10" theme.
My question is this...I have replaced the logo.jpg at the top with my own artwork, but durning installation somewhere I have aquired the title "Not for Profit Online" up at the top of the design. I've looked everwhere but can't find where to remove this. Can anyone help?
-jay thompson
Log in
go to Options-->Weblog Title
BettyBoop8171
Member
Posted 5 years ago #
Thanks! Sometimes it's so simple it's hard.
-jay
Well, removing it might not be the wisest idea...
Check the top of your browser when looking at the site - there is nothing, just the browser's name (compare here: you can see - WordPress > Support >> Need to find the title... - Browser)
The <title> tag in the head section of the site is using exactly what you just removed :(
A better approach is to edit your stylesheet and add this:
h1 {
display: none;}