Remove shadows and titles of Portfolio in Mobile version

Hello, and thank you very much for this support forum.

Only for mobile version, just want to know how I can remove the shadows and titles from projects of Portfolio section (home). On mobile, each title is displayed in its hover state (silver gradient from top to bottom) and I would prefer that the featured image to be shown without this.

Can you help me, please? Thanks!

Hey there

Let me see it, please provide direct link to the page and I will check it

1 Like

Hi, thank you. This is my site:

www.vandaomiranda.com

Hi there

You may use this css code to remove shadows and titles from the mobile device:

@media (max-width: 768px){
.inner-title:before {
    background: none !important;
}
.project:not(.masonry-item) .image-tile a {
    display: none;
}
}
1 Like

Works perfectly, thank you so much!

Thank you too and have a good day :slight_smile: