Can I remove the tag box completely (or at least loose the grey background color)?

HomeForumsTechozoicCan I remove the tag box completely (or at least loose the grey background color)?

This topic has 2 voices, contains 5 replies, and was last updated by  BartC 173 days ago.

Viewing 6 posts - 1 through 6 (of 6 total)
Author Posts
Author Posts
March 6, 2011 at 11:58 pm #1410

Lovin my new blog! Pretty much ready to unleash it but I would dearly love to eliminate the tag box completely. If that is not possible how can I change the background color of the tag box to white?

Thanks!

Mark

March 7, 2011 at 3:13 pm #1411

Jeremy Clark

You can add this to the custom css box under the Style settings tab.

.tags{
background-color: #fff;
border:none;
}

or this to remove it completely

.tags{
display:none;
}
March 8, 2011 at 5:24 am #1412

Wow! Thanks Jeremy! Looks like exactly what I need but I know zip about editing CSS. Do I change the setting to “static” and then copy and paste the entire code into the Custom CSS box? Sorry about the newbie question :)

Thanks Again!

Mark

March 8, 2011 at 6:47 pm #1413

Placed the code in the box and it worked like magic! Techozoic is amazing!

Thanks Much!

Mark

November 24, 2011 at 6:04 pm #1414

Hey Jeremy,
I love techozoic wp theme.!!! It is awesome!!!! But like Mark I’m trying to eliminate the tag box completely. I followed your instruction to change in CSS

.tags{
display:none;

}
But somehow browser generates

.tags {
background-color: #CCCCCC;
margin: 5px auto;
padding: 2px;
text-align: center;
}
I dont know what to do:(
How can I eliminate the tag box completely??
Thanks A LOT!!!!!!

November 25, 2011 at 8:35 pm #1415

BartC

Hi guys,

As an alternative, I placed the tags at the bottom of both the single page, and the top page. I find it to be less intrusive that way.

Go here to see how it looks:

TheFrontBurner

Go here for Jeremy’s instructions for that:

Tag placement on post single page

Be sure to scroll down to his Jan 20th response.

bc

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.