Whatsap button in desktop
-
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
Hi,
You can add this CSS code for desktop devices only in Theme Settings -> Custom CSS
.social-whatsapp {
display: none!important;
}
Regards
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) { }
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
The topic ‘Whatsap button in desktop’ is closed to new replies.