How to hide blog header/title/text/tagline or remove link?
Started by
nanu
, Aug 23 2012 06:32 PM
2 replies to this topic
#1
Posted 23 August 2012 - 06:32 PM
Helllooo again,
How do I hide the WP blog title/tagline from my header?
I've searched the forums and tried many CSS fixes though they haven't worked.
I want to keep it for SEO purposes but do not want it viewable.
If not easily done, how do I remove the link properites from the Title text? I can keep it the same color as the background so it's not seen, but having it clickable kindof gives it away..
Thankyouuuuuuuuuuuuuu
#2
Posted 23 August 2012 - 06:41 PM
Oohhhhh mah gawd I DID IT!!
yay for learning !
For any other beginners who the other fixes didnt work-try this:
#branding, .site-title {
visibility:hidden
}
Probs childs play for most of you, but it means I'm actually retaining all this crap I'm reading!
#3
Posted 23 August 2012 - 07:02 PM
Great!










