jasonbrooks
Member
Posted 7 months ago #
I am using the theme icandy 1.4 for my blog. It is exactly what I want, except that I can not get the text out of the custom header. There is an option to remove it, but when I do, it does not go away, but turn bright red.
http://jsbdigitaldesign.com/
I am wondering if anyone knows code well enough to tell me how I can change this in the header coding. Or is this an error in the theme and are there any fixes for it?
a typical trick to move text from the header is to add something like these styles to style.css of your theme:
#banner h1 { text-indent: -9999px; }
#banner #description { text-indent: -9999px; }
(i don't know the theme to comment on how the build-in option should work)
jasonbrooks
Member
Posted 7 months ago #
Your the best! Thanks so much!
One more question if you know the answer:
what code and where would it go to make clicking the banner image bring you back to the main page?