Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:
@media (max-width: 500px) {
.global-styles, [class*="FloatingButton__FloatingButtonContainer-sc"]{
display: none !important;
}
}
Add this code to the Custom CSS field on the Design tab of your Button widget’s settings:
@media (max-width: 500px) {
.global-styles, [class*="FloatingButton__FloatingButtonContainer-sc"]{
display: none !important;
}
}