Home Forums Basel support forum Whatsap button in desktop

Whatsap button in desktop

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27208

    Oscar
    Participant

    Hi there
    is it possible to disable whatsapp button only on desktop screens, but enable on mobile screens?
    At the moment it display in desktop and mobile in all sizes.
    Thanx

    #27220

    Artem Temos
    Keymaster

    Hi,

    You can add this CSS code for desktop devices only in Theme Settings -> Custom CSS

    .social-whatsapp {
    	display: none!important;
    }

    Regards

    #27240

    Oscar
    Participant

    Thank you
    could you write the screen sizes for each screen size section in that theme custom css page please,thanx.
    For example:

    @media
    (max-width: 1131px) { }

    #27263

    Artem Temos
    Keymaster

    Here are all our custom CSS media queries

    @media (min-width: 992px)
    @media (min-width: 768px) and (max-width: 991px)
    @media (min-width: 481px) and (max-width: 767px)
    @media (max-width: 480px)
    

    Regards

    #27264

    Oscar
    Participant

    BIG THANX

    #27266

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Whatsap button in desktop’ is closed to new replies.