creativeSZN Posted April 7, 2020 Share Posted April 7, 2020 Site URL: http://www.creativeszn.com/investment i have boxes that changes color when you hover over them. it works perfectly fine when you do it on the desktop but it gets stuck when you try to do it on a mobile device. is there a code to fix this? Link to comment
creativeSZN Posted April 9, 2020 Author Share Posted April 9, 2020 @media screen and (max-width:767px) { .package:after, .package1:after { background: #799999 !important; transition: 0s; } } i found the code to make the boxes change color when you touch it via mobile. but the color gets stuck to one box after i touch it and i cant change the other ones. is there a code im missing? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.