TourCampania Posted February 21, 2013 Posted February 21, 2013 Hi, I would like change the cursor in a pointer when roll on a word o box like my website does TourCampania.com but how you can see when the cursor of the mouse goes in box of "Contact Us" doesn't change as the other boxes. I am not able to find the the exact directory in the Filemanager, where I can change it, I was thinking index.php, but I don't really know. I hope someone can help me. Thanks in Advance
multimixer Posted February 21, 2013 Posted February 21, 2013 In your file stylesheet.css on line 503 find #m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m1 { cursor: pointer; width: auto; } Replace with #m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6 { cursor: pointer; width: auto; } My community profile | Template system for osCommerce - New: Responsive | Feedback channel
TourCampania Posted February 23, 2013 Author Posted February 23, 2013 Thanks Millions, it does, again thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.