How can I remove the gallery hover effect?

Hi!

I hope someone could help me with deleting the hover effect of the “gallery” selection.

I would like to see immediately the button instead hovering over the image.

Does someone know how to solve this?

Best regards,

Juliette

Hi @Juliettevdwerf ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hi!

Thanks for your help.

Frents official

password: FRENTS

Thanks!

Hi @Juliettevdwerf ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
#insta-feed .instafeed-overlay::after {
    display: none !important;
}

#insta-feed .instafeed-overlay {
    opacity: 1 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Hi Avada,

Sorry for the inconviences, I mean the gallery selections not the instafeed (I use an app for that).