Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1368383
    Rick M
    Participant

    How do I remove logo from home page only?

    I’d like the positioning as is on all other pages.

    Home

    All current versions and plugins.

    #1368439
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Little confuse of what you mean by “only centered as is on all others”. Would you mind sharing us more details. Thanks.

    To remove logo for homepage only, you could add this in your customizer > custom > CSS:

    body .home  .x-navbar .x-brand.img{
    display:none;
    }

    Let us know how it goes.

    Thanks.

    #1368446
    Rick M
    Participant

    Remove from this page – http://rawdogfoodandco.com see attachment

    Display on all other pages in the center of the page. Like on this page – http://rawdogfoodandco.com/raw-dog-food-blog/

    See attachment.

    #1368448
    Rick M
    Participant

    here’s attachment.

    #1368457
    Rupok
    Member

    Hi there,

    Thanks for writing back. The code is already provided to remove from home page :

    body .x-navbar .x-brand.img {
        display: none;
    }

    And it’s already centered on all pages so not sure what else you are trying to achieve.

    #1369144
    Rick M
    Participant

    the code you provided removes from all pages

    Here’s what I have in custom CSS:

    media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
    display: none !important;
    }
    }

    body .x-navbar .x-brand.img {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    }

    body .x-navbar {
    min-height: 100px;
    }

    body .x-navbar .x-brand.img {
    display: none;
    }

    #1369248
    Jade
    Moderator

    Hi there,

    Please change this code:

    body .x-navbar .x-brand.img {
        display: none;
    }

    to

    .home .x-navbar .x-brand.img {
        display: none;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1368383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>