hayleysb13 Posted August 26, 2022 Posted August 26, 2022 Site URL: https://www.theproductiveco.com/strategy Hello! I have gotten my portfolio to a place where I like it on desktop view. I disabled clickthroughs which is great. It's almost there on mobile view (adjusted columns and font size), but I have one question: how do I get the mobile view to show the full color of the background image when clicked? It still looks like there is an overlay there, even when I click on it via my phone (see reference photo).
tuanphan Posted August 28, 2022 Posted August 28, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { a.grid-item:hover .portfolio-overlay { opacity: 0 !important; } } 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!)
hayleysb13 Posted August 29, 2022 Author Posted August 29, 2022 16 hours ago, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { a.grid-item:hover .portfolio-overlay { opacity: 0 !important; } } Amazing! Thank you so much!! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment