Hey, how do I remove the stroke on all images in the gallery.
Thanks ;)
Hey Alan,
Thanks for the link to your site, I assume by “stroke” you mean the fade of the image on hover.
Please try this code in the General Styling ▸ Quick CSS field
#top #main .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey Mike, just did,
I mean the stroke around all the images.
Your suggestion did´nt do it ;)
Thanks
Hi,
Do you mean the border around the images, if so try this css:
#top #main div .avia-gallery .avia-gallery-big {
border-style: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
Now the big image is fine, but the small ones below are still with borders
Alan ;)
Hi,
Thanks for the feedback, try adding:
#top #main div .avia-gallery img {
border-style: none;
}
Best regards,
Mike
Great thanks, all is good
Alan ;)
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike