Comments Lorenz started the conversationMay 6, 2020 at 3:02pmHi Team, Is it possible to disable the Blue Optionbox when hovering over a Photo in the Gallery? See Screenshot. Many Thanks and Kind Regards 1,692Andrey repliedMay 6, 2020 at 3:09pmHello, Dear Lorenz!Please, put the following code in the Additional CSS: .cs { background-color: #026dfe; color: rgba(255, 255, 255, 0.7); display:none; } Best Regards!Lorenz repliedMay 6, 2020 at 3:21pmHi Andrey, Thanks for your reply. Unfortunately this code removes all images. (see screenshot)Kind Regards Lorenz 1,692Andrey repliedMay 6, 2020 at 3:51pmHello, Dear Lorenz!Please, try to use the next code: .media-links { background-color: #026dfe; opacity: 0; transition: all 0.4s ease-in-out 0s; display: none; } Best Regards! 1,692Andrey repliedMay 6, 2020 at 3:56pmHello, please try again this code: .item-layout-item-regular .media-links { opacity: 0 !important; } Best Regards!1 LikeLorenz repliedMay 6, 2020 at 4:02pmHi Andrey, Thanks for your message! It removed the Blue Colour from the hover. but i'll like to have the whole hover effect disabled. so that nothing happens when i click the image or hover over the imagemany thanks again 1,692Andrey repliedMay 6, 2020 at 4:26pmHello, please add this code: .item-layout-item-regular .item-content-inner { display: none; } Best Regards!1 LikeLorenz repliedMay 6, 2020 at 5:29pmHI Andrey, Many thanks. it works with this code. Ticket can be closed. Thanks! .item-layout-item-regular .media-links { opacity: 0 !important; } .item-layout-item-regular .item-content-inner { display: none; } Sign in to reply ...
Hi Team,
Is it possible to disable the Blue Optionbox when hovering over a Photo in the Gallery? See Screenshot.
Many Thanks and Kind Regards
Hello, Dear Lorenz!
Please, put the following code in the Additional CSS:
Best Regards!
Hi Andrey,
Thanks for your reply.
Unfortunately this code removes all images. (see screenshot)
Kind Regards Lorenz
Hello, Dear Lorenz!
Please, try to use the next code:
Best Regards!
Hello, please try again this code:
Best Regards!
Hi Andrey,
Thanks for your message! It removed the Blue Colour from the hover. but i'll like to have the whole hover effect disabled. so that nothing happens when i click the image or hover over the image
many thanks again
Hello, please add this code:
Best Regards!
HI Andrey,
Many thanks. it works with this code.
Ticket can be closed. Thanks!