Hi,
Question, is it possible to remove item as shown in attachement only on de pc/desktop version?
home website:
http://www.groeier.nl
attchement:
http://www.groeier.nl/remove.png
I had something like this:
@media only screen and (min-width: 768px) {
.avia_image.avia-align-center
{display:none;}}
But then all images throughout the site are gone.
Cheers
J
Hey herrbirk!
Please try following code instead
@media only screen and (min-width: 768px) { img .avia-builder-el-2 {display:none;}}
Best regards,
Yigit
Hi!
Yigit’s code should work. Please try this:
@media only screen and (min-width: 768px) {
.avia_image.avia-builder-el-2.avia-builder-el-first.avia-align-center.avia_animated_image avia_animate_when_almost_visible.bottom-to-top.avia_start_animation {
display: none !important;
}
}
Cheers!
Ismael
Sorry Ismael,
It is in fact an image aligned ‘center’ with botttom to top animation. But nothing happens.
I’ve noticed that only the centered images are removed troughout the site with this code:
.avia_image.avia-align-center {display:none;}}
So for now i’ve given all other images a left alignment and placed the above code that works.
Offcourse now i can’t use centered images any more so when you got a correct solution to remove this picture only on my homepage then i would be glad to hear it.
Cheers Herrbirk
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can personally login and take a look?
Regards,
Yigit