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!
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 @Juliettevdwerf ,
You can follow the instruction below:
#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.