Amazing! Thank you!
Is there a way to make the Portfolio Grid Overlay Color different on mobile? This code isn't working? Think you can help? Thanks.
@media screen and (max-width:767px) {
.portfolio-overlay {
color: #000000 !important;
}
}
I'm trying to change the portfolio text on my site on mobile only with custom code. The current code below doesn't seem to be working. Can anyone help me out?
@media screen and (max-width:640px) {
.portfolio-text {
color: #d0ff00 !important;
}
}