Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Upendra Friend
    #199030

    How to hide T3 logo in the footer of Decor template? I want to show copyright information but want to hide logo only. Is there any ways to do this? I only want to hide in mobile view but not in tablet view.
    Thank you in advance!

    swissa Friend
    #539720

    Use a media query in your custom.css file ( or make one if none exists)

    @media screen and (max-width: 600px) {.poweredby .t3-logo, .poweredby .t3-logo-small {
    display: none;
    }
    }

    600px will eliminate most mobile devices like nexus etc but still retain it for tablets

    Hope that helps

    Upendra Friend
    #539721

    Thank you! It works, however is there any way to do it via less file? Some specific less file?

    swissa Friend
    #539722

    You can via style.less putting a media query circa line 768 but you will have to edit the file after any update etc. That’s why it’s best to use custom.css for such things.

    Upendra Friend
    #539724

    Thanks again, works great!

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

This topic contains 5 replies, has 2 voices, and was last updated by  Upendra 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum