RickHyde Posted July 26 Posted July 26 I'm building a shop to sell prints, and would like to swap image on rollover. Is this possible? You can view it here - https://www.alltomorrowspixels.co.uk/shop Any help would be much appreciated 🙂
Solution tuanphan Posted July 27 Solution Posted July 27 Only some templates support this hover feature. With other templates, you will need to set code manually on each product. You can use this code for first 3 products, repeat similar for other products a#thumb-kobbie-mainoo-manchester-united-fa-cup-winners-2024-poster:hover img { content: url(https://cdn.pixabay.com/photo/2016/10/16/07/29/the-eiffel-tower-1744574_1280.jpg); } a#thumb-daisy:hover img { content: url(https://cdn.pixabay.com/photo/2024/07/13/07/40/cars-8891625_1280.jpg); } a#thumb-war-on-robots:hover img { content: url(https://cdn.pixabay.com/photo/2015/08/26/15/31/girl-908614_1280.jpg); }  RickHyde 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RickHyde Posted July 27 Author Posted July 27 That's brilliant Tuanphan, thank you very much 🙂 Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment