newbie4now
Member
Posted 7 months ago #
I'm using Manifest theme and am trying to remove the "Home" title on my static home page. I've read a number of posts about how to remove but haven't landed on anything specific for this theme that works.
I'm very new at this! Thanks in advance for any help.
Here is my site: http://www.topnotchbookkeeping.net
Try adding:
body.home .entry-title {display:none;}
to the bottom of your theme's stylesheet.
newbie4now
Member
Posted 7 months ago #
Thanks esmi! But i tried that to no avail. I added your suggested line to the very bottom of the stylesheet, is that the right spot?
I cannot see that CSS in your style.css file.
newbie4now
Member
Posted 7 months ago #
It's there now (I had removed it before when it didn't appear to work).
If you don't leave the CSS there, then we can't troubleshoot it.
newbie4now
Member
Posted 7 months ago #
Sorry about that. Lesson learned! It's there now.
And the Home title has gone. Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.
Also disable/deactivate any caching plugin(s).
newbie4now
Member
Posted 7 months ago #
Awesome! Thank you so much! I didn't know about the CTRL/F5 step. I really appreciate the help!