pbueno24 Posted January 24, 2022 Share Posted January 24, 2022 Site URL: https://pte.squarespace.com/ Password: Party Hello again! Can you please help me switch out the image I have in my footer section? I would like to switch on hover to this image: "https://i.imgur.com/KB10woB.png" And keep that image active if the user is on the home page. Thanks! Link to comment
tuanphan Posted January 25, 2022 Share Posted January 25, 2022 Add to Design > Custom CSS footer.sections .image-block:hover img { content: url(https://i.imgur.com/KB10woB.png); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pbueno24 Posted January 25, 2022 Author Share Posted January 25, 2022 Excellent! @tuanphan, Would you be able to supply me with the code to keep the logos on their hover images whenever the user is on the home page? Then when they leave, the logos go back to their original (all white) state. Thanks password: Party Link to comment
tuanphan Posted January 26, 2022 Share Posted January 26, 2022 You mean on hover >> change to another logo? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
pbueno24 Posted January 26, 2022 Author Share Posted January 26, 2022 @tuanphan On Hover >> change to another logo - we got that working perfectly, no issues there. But in another thread, if you recall, you helped me with the footer links so that when you go to the About page, the ^About link stays pink to indicate you are on that page. Same with the ^Work link, ^Blog, etc. I want the Part Time Evil Logos to stay pink when the user is on the home page. And go back to white when they are on a different page. Link to comment
tuanphan Posted January 28, 2022 Share Posted January 28, 2022 On 1/27/2022 at 12:42 AM, pbueno24 said: @tuanphan On Hover >> change to another logo - we got that working perfectly, no issues there. But in another thread, if you recall, you helped me with the footer links so that when you go to the About page, the ^About link stays pink to indicate you are on that page. Same with the ^Work link, ^Blog, etc. I want the Part Time Evil Logos to stay pink when the user is on the home page. And go back to white when they are on a different page. Add to Custom CSS body:not(.homepage) footer.sections img { content: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment