Okay
  Public Ticket #3957216
Removing meta from image grid style gallery
Open

Comments

  •  5
    Ingrid started the conversation

    Hi there - is there a way to remove the meta on hover effect on the "meta on hover + entire thumb link" option of the image grid style gallery or at least remove the color overlay?  You can see in the sample in the link provided that it has a pink overlay when hovered, I would like no colour, just a plain photo with no zoom or any effect.

    Thanks as always!

  •  3,135
    Andrew replied

    Hi Ingris,

    Thank you for getting in touch.

    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):

    .single-portfolio .portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg {
        background-color: transparent !important;
    }

    Try that and let us know how it goes.

    Thanks,

  •  5
    Ingrid replied

    Hi Andrew - this is perfect!  Thanks so much!

  •  5
    Ingrid replied

    Hi Andrew - one last thing. This is fixed on desktop, however on iPad/mobile the pink overlay persists. Do you know how I can fix this?

  •  3,135
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel:

    .single-portfolio .portfolio-items .col[data-default-color=true] .work-item:not(.style-3) .work-info-bg {
        background-color: transparent !important;
    }

    Try this and let us know how it goes.

    Thanks