simon.cox Posted May 10, 2021 Share Posted May 10, 2021 Site URL: https://castleenvironmental.squarespace.com/services Hi I am working with a portfolio collection and I want to be able to display text over the portfolio before hover and also on hover. Currently squarespace makes you choose one or the other as standard. I also want to apply a green overlay on hover which I have been able to do by using this code: .grid-item .grid-image-inner-wrapper { position: relative; } .grid-item .grid-image-inner-wrapper:after { content: ""; transition: opacity 0.5s; opacity: 0; } .grid-item:hover .grid-image-inner-wrapper:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ""; background: #175E01; opacity: 0.7; } .no-touch .portfolio-grid-basic .grid-item:hover .grid-image { opacity: 1; } However I want to display the font on the hover as well. I have targetted all the classes I can see to work along side this and am having no luck. Password to site is : Standout2021 Thanks Rachael Link to comment
tuanphan Posted May 12, 2021 Share Posted May 12, 2021 "display the font on the hover" Can you explain this? I don't quite understand. 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
tuanphan Posted May 17, 2021 Share Posted May 17, 2021 Also, do you need to fix these? Site URL: https://castleenvironmental.squarespace.com/ 1. (Mobile-Header) When scroll down, add a space on top of header? 2. (Mobile-Footer) Make footer in 2 columns? 3. (Tablet-Homepage) Center vertical image-text? 4. (Tablet-Homepage) Remove white bar on right of screen 5. (Tablet-About) Similar above 6. (News) You haven’t changed SEO Title so the browser tab name still shows “Blog 3” 7. (Tablet-Waste we process) Increase text width a bit? 8. (Tablet-Duty of Care) Remove top/bottom huge spacing? 9. (Mobile-Duty of Care) Change to 2 logos/row? 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