Hide the Plus Sign on Mobile Devices

Use CSS rules below to hide plus sign on mobile devices;

@media only screen and (max-width:600px){
    .onoffswitch {
        display:none;
    }
}

Still need help? Contact Us Contact Us