mgwebsite Posted November 19, 2020 Share Posted November 19, 2020 Site URL: https://magnolia-hawk-8wyh.squarespace.com/ Password: thisisart I figured out how to turn off the hover effect in my portfolio grid using the below code, but now it's hard to read on the mobile. Can someone help me with code to put a overlay gradient on mobile only or a suggestion to make the text legible? Thanks! // Portfolio Text on Mobile // @media screen and (max-width:640px) { .portfolio-text { opacity: 1 !important; } } @media screen and (max-width:767px) { .portfolio-text h3 { color: white !important; font-size: 26px ! important; } } Link to comment
tuanphan Posted November 20, 2020 Share Posted November 20, 2020 Can you share link to portfolio page? I don't see... mgwebsite 1 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
mgwebsite Posted November 20, 2020 Author Share Posted November 20, 2020 16 hours ago, tuanphan said: Can you share link to portfolio page? I don't see... @tuanphan it's the results page: https://metgal.art/results Our domain is connected, but the password is still: thisisart Also, I had to actually go on my phone to see how this portion of the website would look, rather than use Squarespace's built-in feature. Link to comment
tuanphan Posted November 22, 2020 Share Posted November 22, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .portfolio-overlay { background-color: rgba(0,0,0,0.2) !important; opacity: 1 !important; } } mgwebsite 1 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