Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.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

    #179025

    Hey herrbirk!

    Please try following code instead

    @media only screen and (min-width: 768px) { img .avia-builder-el-2 {display:none;}}

    Best regards,
    Yigit

    #179168

    Ai,

    Tried it but no change…

    Cheers Herrbirk

    • This reply was modified 11 years ago by MENS.
    #179468

    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

    #179555

    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

    • This reply was modified 11 years ago by MENS.
    #179714

    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

    #179740
    This reply has been marked as private.
    #179743

    Hey!

    Can you change the user role to Administrator as well?

    Regards,
    Yigit

    #179900
    This reply has been marked as private.
    #179904

    Hey!

    It seems that you were having cache issue because it is working right now :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove simple image on desktop version’ is closed to new replies.