Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #446405

    Hi,
    I’d like to turn off the singel preview image of my blog. I acctually don’t need that.
    Tried with:

    .single .big-preview.multi-big {
    pointer-events: none;
    }

    But doesen’t worked
    Btina

    #446974

    Hi Bettina!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #449580

    Hi Rikard
    Of course! Here is the link http://kosmetik-marianne.ch/was-die-haut-altern-laesst/
    Do you also need the login?
    Cheers,
    Btina

    #449582

    Hi!

    Please use following code instead

    .single .big-preview.single-big {
      pointer-events: none;
    }

    Regards,
    Yigit

    #449597

    Hi Yigit
    OK, that worked!
    Thank you!
    Btina

    #449604

    Hey!

    You are welcome Btina, we are always happy to help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘blog Singel preview image off’ is closed to new replies.