Hi,
I am customizing the tanzaku 1.1.1 theme and I can not figure out how to move or remove the text that is over my logo without it affecting my post.
Thank you,
Aaron
Hi,
I am customizing the tanzaku 1.1.1 theme and I can not figure out how to move or remove the text that is over my logo without it affecting my post.
Thank you,
Aaron
Without a link to your site it's really hard to see what you mean.
Cheers
PAE
oops, i'm a nube.
i think you are doing some customization because i can see some links on your header image. if you want to replace the text over image i have a nice code :)
Something like this will bring it down:
#sidebar li.widget ul {
padding-top: 5em;
}
Or, if you prefer,
#sidebar {
visibility: hidden;
}
will hide it.
Cheers
PAE
i think you are doing some customization because i can see some links on your header image. if you want to replace the text over image i have a nice code :)
i got your question incorrectly..perendur's solution is good
but i have one of my own for removing the whole text over your image..
#sidebar{
position: relative;
top:-99999px;
}Awesome. Thx.
Aa
You must log in to post.