Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #402099

    How to disable lightbox
    see image
    turn this off

    see the image without the lightbox
    I want so
    I want to remove the lock made by lightbox over the image
    how do this?

    #402380

    Hi Cleber!

    Try adding this to your custom CSS.

    .image_overlay { display: none !important; }
    

    Or if your just trying to get rid of the icon then do this instead.

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: "" !important;
    background: transparent !important;
    }

    Cheers!
    Elliott

    #402407

    Green sumil image
    but the bottom line remains
    block access to the menu
    see in the picture
    turn this off

    #403498

    Hey!

    can you give us a link to your website showing what you mean? what do you mean with “green sumi image”? and which part of the image do you want to turn off exactly?

    Regards,
    Andy

    #403526

    see menu “veja a demonstração” is locked.
    http://www.sitedahora.net/catalogo/

    • This reply was modified 9 years, 1 month ago by gwsnet.
    #404163

    Hi!

    use this code to switch it off:

    .view-demo-button {
    display: none;
    }
    

    Best regards,
    Andy

    #404468

    I do not want disable the buttons
    must click on the buttons

    as this image
    as this image

    • This reply was modified 9 years ago by gwsnet.
    #404939

    Hi!

    I’m not sure I understand what you mean, could you try to explain a bit further? If you know how to speak spanish we have spanish speaking moderators.

    Cheers!
    Rikard

    #404943

    visit the link : http://www.sitedahora.net/catalogo/

    there are two buttons
    ” veja a demonstração”
    “selecione o modelo”

    need to click them
    I can not access the buttons

    #405553

    Hey!

    I’m sorry but I can’t see any buttons called ” veja a demonstração” or “selecione o modelo” on my end. This is what I’m seeing: http://imgur.com/hlTujNO

    Best regards,
    Rikard

    #405726

    place over the image
    mouse over the image

    #406296

    Hey!

    Elliot’s suggestion should work. Add this to the Quick CSS field to remove the theme’s default image overlay:

    span.image-overlay {
    display: none !important;
    }

    You will be able to click the other buttons after.

    Cheers!
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.