-
AuthorPosts
-
December 17, 2020 at 10:52 am #1268066
Hi Krisie Team,
after searching the forum, I have tried this, but failed. Wanted to disable the gray overlay for mobile version only.
Thanks for your support.
Have a lovely day!
Yours sinerely`/* Gallery mobile no overlay */
@media only screen and (max-width:767px){
.av-masonry-image-container img { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: gray;
-webkit-transition: all .6s ease;
}
}@media only screen and (max-width:767px){
.av-masonry-image-container img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none;
}
}December 17, 2020 at 9:42 pm #1268214Hey Sirpa,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaDecember 18, 2020 at 10:34 am #1268370Hey Victoria,
thanks a lot for your switft reply. Sorry that did not send a refence. The page is still in coming soon Moore. Please find below privately the bypass URL
sample gallery here at the end https://fluggedanken.com/11-unnuetze-fakten-ueber-mich/
Thanks a lo in advance.
Wishing you and the entire team a Merry Something & Happy Everything
Yours Sincerely,
Sirpa
December 20, 2020 at 5:04 pm #1268788Hi Sirpa,
I can see the bypass page but the page with the issue is requesting a login.
Best regards,
VictoriaDecember 20, 2020 at 5:15 pm #1268794This reply has been marked as private.December 20, 2020 at 8:29 pm #1268842Hi Sirpa,
I see the graying out is not working on the page on the desktop, is this the desired result or do you want to have the graying out on the desktop?
Happy holidays to you too!
Best regards,
VictoriaDecember 21, 2020 at 10:13 pm #1269180Hi Victoria,
oh I am so sorry, Rike changed back to color.
Actually she wants grayscale , and color on hover on desktop and on mobile color only
Sorry for causing so much chaos:-(.So I would appreciate very much if we can find a solution.
Thanks a bunch again.
Yours sincerely,
sirpa
.December 24, 2020 at 6:25 pm #1269760Hi Sirpa,
Please remove the custom css from before and we will try to offer a different solution.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.