-
AuthorPosts
-
September 9, 2023 at 11:13 pm #1418605
Hello, how to remove the overlay (white square with arrow) below the image on mouse over?!
I would to obtain this: look at the website example. ThanksSeptember 10, 2023 at 12:36 am #1418614Hey Stilecatalini,
If you mean this on your homepage with the boats:
I added this css for your to remove it:.main_color .image-overlay .image-overlay-inside:before { opacity: 0; } .avia_transform #top a:hover .image-overlay { background: transparent; opacity: 0!important; }
now it is like this:
clear your browser cache and check.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeSeptember 10, 2023 at 12:19 pm #1418648It’s ok. Is it possible to have an overlay image above? I mean on mouse over the boat become opaque (0,5) and show another image (the logo/name of the boat). Like the example I post here.
ThanksSeptember 10, 2023 at 5:26 pm #1418655September 10, 2023 at 5:57 pm #1418662Tried but the background become black opaque before you click. Is it possible to change the caption with an image above the boat and the boat opaque?
September 10, 2023 at 5:59 pm #1418663Again, caption is always visible. Not on mouse over or finger over (phone).
September 12, 2023 at 1:42 am #1418815September 12, 2023 at 9:28 am #1418862I want show that only on mouse over!
September 12, 2023 at 12:49 pm #1418883September 12, 2023 at 2:58 pm #1418897Ok. Please try to put your finger (phone) up the image; you will see a flash white background. Why?! Check!
September 13, 2023 at 1:51 pm #1419037So, Android make that and in Apple devices is not visible the overlay black transparent! So the other image or text (capture) is not visible!!
Check with all two devices.
Thanks.September 14, 2023 at 6:45 pm #1419186Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:a.avia_image { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } a.avia_image { outline: none !important; }
After applying the css, please clear your browser cache and check.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
I don’t have an iPhone but this seems to work for Android.Best regards,
MikeSeptember 14, 2023 at 8:39 pm #1419195Well. Thanks.
September 15, 2023 at 1:44 am #1419213Hi,
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 -
AuthorPosts
- The topic ‘Overlay images’ is closed to new replies.