[Theme: Customizr] Remove Blog Title
-
I have searched high and low for a solution for removing the Blog Title but keep drawing a blank. I have my Blog set up on a News Page and using Featured Pages Unlimited on my home page.
I have read several code snippets for removing the Page Title icon but nothing comes close to targeting the blog page. Actually something does come close with ElectricFeet’s great code snippet for adding text above the Blog Page title. It looks great on one of my websites but my blog is on the Home Page in this example.I also have breadcrumbs on the News Page (Page ID 28) which I don’t want and I tried removing it using the code:
.page-id-28 .breadcrumbs, { display: none; }
but this has no effect.I wouldn’t have to remove the title but it sits right on top of my of my first blog entry title and I can’t work out how to add space between them.
When I use Firebug Inspect Element it tells me that the news heading is<h1 class="entry-title format-icon tc-hide-icon">News</h1>
but I’m not sure what to do with that information.This is the link to my website which I am hoping to launch this week.
Any suggestions?
Many thanks,
Dave
- The topic ‘[Theme: Customizr] Remove Blog Title’ is closed to new replies.