Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28049
    Profile photo of kennykiernan
    kennykiernan
    Participant

    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

    #28063
    Profile photo of Andre
    Andre
    Participant

    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?

    #28065
    Profile photo of Robin
    Robin
    Keymaster

    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:

    https://en-au.wordpress.org/plugins/simple-custom-css/

    #28102
    Profile photo of kennykiernan
    kennykiernan
    Participant

    Thanks so much for this head-up Andre, not good –  I’m going to investigate!!

    Kenny Kiernan
    https://www.clipartman.com

    #28226
    Profile photo of kennykiernan
    kennykiernan
    Participant

    Hey thanks guys. Robin, I installed that custom CSS plugin and used the code, worked perfectly – thank you.

    Kenny Kiernan
    https://www.clipartman.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.