![]() |
How does one hide a Blog's "tagline" ?
I'm setting up my wordpress 2.5 blog, and I know that the tagline is important for SEO, but if I have a customized banner for the header, how do I go about HIDING the tagline so the keywords don't appear on top of my header image? (Notice I said HIDE, not trying to get rid of the taglines as that would defeat the purpose) I've already figured out how to hide the title, just cant find the css code to hide the tagline text.
Thanks in Advance! |
display: none;
|
That one depends on the template you are using. Which one are you using?
If you know your own css you should be able to hide it with display:none; technique. |
Quote:
|
Go to your page, view source, and see what the <div> class or id is that the tagline shows inside, then change that one.
|
Quote:
|
Quote:
Then go to that part of the css, and add the display:none. If you dont know what i mean post the url and ill show ya. |
I changed it to
.description { display: none; text-align: center; font-weight: normal; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: -1000px; Yet it still shows the damned tags (I'm gonna go nuts trying to figure this sh!t out LOL) |
I need this also thanks guys :thumbsup if we put display:none still we get the benefit from the tagline?
|
It worked! Thanks a lot Jdoughs! You rock!
I figured out why the code wasn't working, my stupid ass forgot to enclose it with the "}". Added that and BAM it disappeared! THANKS! Quote:
|
Quote:
|
Quote:
|
Quote:
Thanks again man! |
| All times are GMT -7. The time now is 12:56 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123