noncollective
Member
Posted 2 years ago #
Hi,
I've tried quite a few of the suggestions that have been put up here before but nothing seems to be working as I think my CSS is set up slightly differently.
My site is http://noncollective.com and as you'll see the title in green is running over the logo. Ideally I would like to hide this and the name and arrow just below the logo aswell.
Any suggestions would be very much appreciated. My style.css can be found here:
http://noncollective.com/wp-content/uploads/CSS/noncollective.rtf
Man thanks, David.
In your header.php look for something similar to the following and remove it.
<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
And for the description/tagline bit remove this:
<?php bloginfo('description');?>
Under Admin, Presentation, Header Image and Color, I toggled off "Toggle Text Display". That seemed to do it for me using the default theme.
noncollective
Member
Posted 2 years ago #
Thanks Shadow, that worked. the big green text is gone. I am still left with a smaller title and a little arrow link. Do you know how to get rid or hide these?
D.
You shouldn't need any code in these divs, but leave the divs in place so your CSS works.
<div id="headwrap">
<div id="header">
<div id="headerimg">
</div>
</div>
<div id="desc">
</div>
</div>
noncollective
Member
Posted 2 years ago #
Do I leave the divs like this:
<div> or like this <div id=>
thanks.
You need the id and class left in, otherwise your css will fall apart.
noncollective
Member
Posted 2 years ago #
Hi Shadow.
I tired this and it removed my logo but not smaller title and a little arrow link:
<body>
<div id="rap">
<div id=>
<div id=>
<div id=>
</div>
/"><?php bloginfo('name'); ?><!-- <span id="himage"><img src="" /></span> -->
</div>
<div id=>
/">»
</div>
</div>
<div id="content">
<!-- end header -->
Did I do something wrong? Thanks, D.
cweddell
Member
Posted 2 years ago #
#desc {
display:none;}
#header {
display:none;}
Would probably do it.
noncollective
Member
Posted 2 years ago #
Thanks cweddell but that didn't work. I'm sure I put it in the right place. Here is the untouched CSS if you think we might be able to let me know more specifically.
http://noncollective.com/wp-content/uploads/CSS/noncollective.rtf