Remove Share Bar Count on Mobile Devices

This custom CSS removes the share bar count on mobile devices

@media only screen and (max-width: 568px) {
    #mashfbar-header .mashsb-count {
        display:none;
    }
}

Still need help? Contact Us Contact Us