-
AuthorPosts
-
October 22, 2013 at 9:31 am #178942
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.pngI 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
JOctober 22, 2013 at 12:50 pm #179025Hey herrbirk!
Please try following code instead
@media only screen and (min-width: 768px) { img .avia-builder-el-2 {display:none;}}Best regards,
YigitOctober 22, 2013 at 6:22 pm #179168October 23, 2013 at 5:49 am #179468Hi!
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!
IsmaelOctober 23, 2013 at 10:09 am #179555Sorry 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
-
This reply was modified 12 years ago by
MENS.
October 23, 2013 at 3:19 pm #179714Hi!
Do you mind creating a temporary admin login and posting it here privately so we can personally login and take a look?
Regards,
YigitOctober 23, 2013 at 4:04 pm #179740This reply has been marked as private.October 23, 2013 at 4:08 pm #179743October 23, 2013 at 8:07 pm #179900This reply has been marked as private.October 23, 2013 at 8:14 pm #179904 -
This reply was modified 12 years ago by
-
AuthorPosts
- The topic ‘Remove simple image on desktop version’ is closed to new replies.
