New Landing How can we help? Themeforest Theme Support Joyn If I use a home Multilayer, how to remove the logo (top left) on mobile ?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Joyn
  • #160338
    blaouchez
    Member
    Post count: 448

    Hello,

    If I use a home Multilayer, how to remove the logo (top left) on mobile ?

    If I utiliise css:

    .home #mobile-logo {
      display:none !important;
    }

    it works, but not with a multilayer home

    Regards

    #160340
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    We always need a link of the page to inspect the code and try to provide some css.

    -Rui

    #160346
    blaouchez
    Member
    Post count: 448
    This reply has been marked as private.
    #160362
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try this one

    
    #mobile-logo img {
    display: none!important;
    }

    -Rui

    #160371
    blaouchez
    Member
    Post count: 448

    ok but only for the home please

    #160373
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this

    
    .home #mobile-logo img {
    display: none!important;
    }

    -Rui

    #160377
    blaouchez
    Member
    Post count: 448

    it don’t work

    #160482
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-148 #mobile-logo img {
    display: none !important;
    }

    Thanks
    Mohammad

    #160616
    blaouchez
    Member
    Post count: 448

    Perfect, thanks Mohammad

    #160623
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register