How do I keep the page titles from displaying in large heading type on every page. For example. I’d like for my home page to not say “Home” at the top.
@pMCs @basv In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes. If you can to hide only in home page .home .content .entry-title { display: none; }
If you want to hide in every page .page .content .entry-title { display: none; }
Try this out.
I would like to do this as well. Am running Clean Retina. See http://akous.com. Tried the CSS snippet above with no luck. Any help welcome. Thanks/Joseph
please create a new topic because other Clients also get notified which is unwanted for them. While Posting in new topic Please send your Site Url too.