Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
Hey folks – my theme Flaton Pro from Webulous requires that I use the Header Background image to display my custom graphic in my header. However in doing this, the site’s Title text is still displaying superimposed over the header (see Clipartman.com to see what I’m talking about). Using “custom Logo” is not an option, my theme won’t display the header image properly that way, I’ve been over this with the publisher . I even have Show Title text disabled wherever I could find it in the Theme and in WP, but it’s still showing. Do I need code for this? How do I get rid of this text???
thanks –
Kenny Kiernan
https://www.clipartman.com
Apply a “display:none” to the CSS class. Best done in a child theme to protect the change from over writing by future theme updates.
BTW, it seems like your SSL certificate is invalid. I’m getting a warning when entering your site. And the URL gets redirected to innerstock.com. What’s up with that?
Hey Kenny,
Add this custom CSS anywhere:
.logo h1.site-title {
display:none;
}
And follow Andre’s advice in sticking it either in a custom css plugin or a child theme. I recommend a custom CSS plugin:
Thanks so much for this head-up Andre, not good – I’m going to investigate!!
Kenny Kiernan
https://www.clipartman.com
Hey thanks guys. Robin, I installed that custom CSS plugin and used the code, worked perfectly – thank you.
Kenny Kiernan
https://www.clipartman.com
You must be logged in to reply to this topic.