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;
}
}
Question
mgwebsite 2
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 post
Top Posters For This Question
3
2
Popular Days
Nov 20
2
Nov 19
1
Nov 22
1
Nov 23
1
Top Posters For This Question
mgwebsite 3 posts
tuanphan 2 posts
Popular Days
Nov 20 2020
2 posts
Nov 19 2020
1 post
Nov 22 2020
1 post
Nov 23 2020
1 post
Popular Posts
tuanphan
Can you share link to portfolio page? I don't see...
tuanphan
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; } }
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment