Hide Cart “Shake’ on Mobile
-
I’ve used
/* Hide Cart on Mobile */
@media screen and (max-width: 768px) {
.woofc-count {
display: none !important;
}
}.woofc-count.woofc-count-shake { display: none !important; }
and nothing works. website is https://thecreativeroute.design/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.