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 for this site.
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 don’t necessarily want to remove the Blog Title but it sits right on
top of the list of posts and I can’t work out how to add space between the title and the start of the post list. I would also like to be able to change the colour of the title as and when is necessary.
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 would be appreciated.
Thanks,
Dave
]]>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
]]>I’ve tried changing the CSS code and unchecking the “show title” option in the customization tool but I can’t figure it out.
Thank you~
~Ashley
I have some other questions, about this theme, but for now I’ll leave after asking just 2…
1. How can I hide the blog title without deleting it altogether?
2. Closely related to #1 – I want to use a custom header that I’ve designed, but I can’t find where to alter the css or php to insert my custom header. Any help?
AndyBarlowBlog.com is my site…thanks in advance.
]]>I have my WordPress installed and use Glossy Blue theme. However, the header show the Blog Title and Blog Description.
I’ve successfully hide the Blog Title but the Blog Description is still there. Please help me how to hide the description.
Here’s my URL: https://www.dennissim.com/
Thanks!
]]><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/11">
<title><?php bloginfo('name') ?><?php if ( is_404() ) : ?> » <?php _e('Not Found', 'jewelrybox') ?><?php elseif ( is_home() ) : ?> » <?php bloginfo('description') ?><?php else : ?><?php wp_title() ?><?php endif ?></title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version') ?>" /><!-- LEAVE FOR STATS -->
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php bloginfo('name') ?> RSS 2.0 Feed" />
<link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php bloginfo('name') ?> Comments RSS 2.0 Feed" />
<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
<link rel="start" href="<?php echo get_option('home') ?>/" title="<?php bloginfo('name') ?>" />
<?php jewelrybox_stylesheets() ?>
</head>
<body class="<?php jewelrybox_body_class() ?>">
<div id="wrapper">
<div id="header">
<h1 id="blog-title"><a href="<?php echo get_option('home') ?>/" title="<?php bloginfo('name') ?>"><?php bloginfo('name') ?></a></h1>
<div id="blog-description"><?php bloginfo('description') ?></div>
</div><!-- #header -->
<?php jewelrybox_skipnav() ?>
<?php jewelrybox_globalnav() ?>
]]>