I am using a theme called Inove, which does not natively support custom headers. I managed to get a custom header image up, but the title and tagline text is still showing through the header. How can I fix this?
I am using a theme called Inove, which does not natively support custom headers. I managed to get a custom header image up, but the title and tagline text is still showing through the header. How can I fix this?
Hide the text using CSS.
it is always useful to read the documentation for WordPress - the Codex - for instance concerning your question: http://codex.wordpress.org/Designing_Headers#Hiding_the_Header_Text
Hello,
Thanks for your help all. I used the indentation trick to move my header text off the screen:
h1 {font-size:200%;text-indent: -1000px;}
However this applies to all h1 text anywhere on the website. Is there a way to selectively apply it to the header?
You must log in to post.