Remove Site Logo on all Single Posts

Home Support Blog Way Remove Site Logo on all Single Posts

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #7003
    Anonymous
    Inactive

    I would like to only have my logo featured on the front page of my site, but haven’t had any luck with this.

    #7004
    ProDesigns
    Keymaster

    Hi @alawjita,

    Please go to Appearance >> Customize >> Additional CSS and add following codes

    
    .site-branding {
        display: none;
    }
    
    .home .site-branding {
        display: block;
    }

    This will display logo/title section on home page but hide on other pages.

    Thank you.

    #7005
    Anonymous
    Inactive

    Thank you!!! That did it.

    #7006
    ProDesigns
    Keymaster

    Great

    #7007
    Anonymous
    Inactive

    Actually, one more question: There is now a gap between the top menu and the content. How do I reduce this? I would also want to reduce the gap between the logo and the content on the homepage.

    #7008
    Anonymous
    Inactive

    I found this question in a previous post, but the solution does not work for me:

    .sticky-top .main-banner {
    padding-bottom: 30px;
    }

    #7009
    ProDesigns
    Keymaster

    Hi @alawjita,

    If you can provide us your site URL, we will inspect it and give you the proper solution.

    Thank you.

    #7010
    Anonymous
    Inactive
    #7011
    ProDesigns
    Keymaster

    Hi @alawjita,

    Please try this CSS.

    .main-banner {
        padding: 10px 0 0 0;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.