This topic has 11 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #100213
     pcmanpa
    Participant

    I’d like to have my site name and logo configured but I don’t want it to show up in the header when I do. I can’t find a way to turn it off without removing them entirely. Thank you

    #100377
     Radu
    Moderator

    Hi,

    You can hide your logo by css

    COPY CODE
    
    .navbar-header {display: none !important;}
    

    banner can be hidden with this css

    COPY CODE
    
    .header-banner {display: none !important;}
    

    The css codes will be added in wp-admin -> themes -> general settings -> Quick css

    If you hide both elements on your header will be only menu, you can hide only logo by using only first rule.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100392
     pcmanpa
    Participant

    The other item I need hidden is the site name. I want the banner but the name comes up over it. Thank you

    #100403
     Radu
    Moderator

    Hi,

    I cannot see the title name, can you please provide a print screen that pointing ou the title ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100409
     pcmanpa
    Participant

    I removed the logo from settings and now site name comes up. You should be able to see this now. I want to be able to have logo and site name set but not have them display in the header. Thank you

    #100558
     Radu
    Moderator

    Hi,

    COPY CODE
    
    strong.logo {
        display: none !important;
    }
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100563
     pcmanpa
    Participant

    Thank you. That helps a lot. I have one last question. I have a banner set and for some reason even aligned left or center it won’t center on the page. Do you know what could cause this? I very much appreciate your help.

    #100586
     Radu
    Moderator

    You’re welcome

    Please upload the image resized to 1200 px now the image has only 900px which is not enough to be full width like theme

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100606
     pcmanpa
    Participant

    I am looking for the 900PX to be centered. I don’t want it to go all the way across. I have options to change the alignment but they don’t actually affect it. Thank you

    #100610
     Radu
    Moderator
    COPY CODE
    
    
    .header-banner {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100%;
    }
    
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100611
     pcmanpa
    Participant

    That did it. Odd the settings in the interface didn’t work. Thanks again for all your help.

    #100625
     Radu
    Moderator

    Ok,

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?