AngiePhill Posted July 26, 2019 Posted July 26, 2019 Hi there, Ive have been looking for some code injection to change the colours/ opacity for each thumbnail on the gallery page in wexley. Any help would be most appreciated!
AngiePhill Posted July 26, 2019 Author Posted July 26, 2019 So ideally when rolling over each thumbnail a different colour would appear... like this site: https://www.claudiosalas.com/
tuanphan Posted July 26, 2019 Posted July 26, 2019 I just checked quickly. The site used a lot of CSS, each image with a different background color and opacity. @AngiePhill Need site url to check exactly what css should be used 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!)
AngiePhill Posted July 26, 2019 Author Posted July 26, 2019 @tuanphan Thanks for looking...www.arcstudio.co
tuanphan Posted July 26, 2019 Posted July 26, 2019 @AngiePhill What is access password? 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!)
tuanphan Posted July 26, 2019 Posted July 26, 2019 ah, okay, use these CSS. It will be better @AngiePhill /* Image 1 */ div#thumbList span:nth-child(1) { background: red; } /* Image 2 */ div#thumbList span:nth-child(2) { background: #f1f2f3; } /* Image 3 */ div#thumbList span:nth-child(3) { background: green; } /* Do similar for all images */ 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!)
AngiePhill Posted July 26, 2019 Author Posted July 26, 2019 Thank you so much for sharing your skills. Very much appreciated. Works a treat!
tuanphan Posted July 26, 2019 Posted July 26, 2019 @AngiePhil just saw your animations. Nice ;) You're welcome. Click Accept Answer if it worked. Other members can use if they know it worked. 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.