When the portfolio is viewed on mobile, a dark gradient is overlaid on the masonry tiles when using the "Meta overlaid - bottom left aligned" project style. How can I remove this?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (min-width: 1px) and (max-width: 999px) {
.portfolio-items[data-ps="8"] .col .work-info-bg {
opacity: 0 !important;
}
}
When the portfolio is viewed on mobile, a dark gradient is overlaid on the masonry tiles when using the "Meta overlaid - bottom left aligned" project style. How can I remove this?
Hello There,
Thanks for keeping in touch.
I am not seeing any overlay. Please share screenshots of what you are seeing.
Thanks.
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir, that has solved the issue.
Not a big issue, but it no longer darkens on hover (mobile), is there an amendment to the css that will bring that back?
Tim
Mobile devices have no hover state, are you testing on desktop ?.
Thanks
ThemeNectar Support Team
Omg duh, of course they don't! It's been a long day....
Thanks for fixing,
Tim