• Resolved snp_85

    (@snp_85)


    If I set the name and description of the site, it’s showing in the header. How to disable the showing? Keeping the settings on.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey, so you don’t want a site name or a logo to show? If so you can use this css:

    #logo {
    display: none;
    }

    You would just paste that in your custom css box in theme options > advanced settings.
    If that’s not the case please post a link.

    Hannah

    Thread Starter snp_85

    (@snp_85)

    In my case that’s not working. I use header background as a “logo”, so basically that code, eliminate it the whole background.

    That code shouldn’t remove the headerclass background. Can you post a link?

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    http://icf.bofh.ru/~phr0zen/

    as always, redirecting.

    I’m confused? I don’t see your logo? And I see the menu fine.

    You have one line of text in your home page content. What are you trying to remove?

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    That’s the thing. I don’t see a logo too! This is because this code is inserted as was suggested:

    #logo {
    display: none;
    }

    If I remove it, I’ll see a logo as always.

    Ok. I’ll show you what I’m trying to remove. Re enter the link please again.

    As I told in the first message, the idea was removing the “site name” that’s appear in the header when you write it in the basic wordpress settings.

    OK I get it. If you don’t have a logo there isn’t anything creating space in your header so you can’t see a header background where there isn’t a header. Just need to add some space:

    .headerclass {
        padding-top: 149px;
    }
    #logo {
        display:none;
    }

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    Is there any other way to do it?, because the space it’s clearly seen, and it’s not very pretty.

    I don’t understand. Is that no how you had it minus the text on top?

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    The text has gone, yes.

    I mean the space between header background – navigation background, you see it? Needed to be all solid, without visibile spaces.

    I’m not seeing it. But you can adjust the padding to whatever you want. I went with 149 because that is the height of your background image but you can do 148.

    Kadence Themes

    Thread Starter snp_85

    (@snp_85)

    Thanks, solved.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Site name’ is closed to new replies.