• Resolved shisharka

    (@shisharka)


    Hi guys,

    I want to remove some of the info on some images with css when they open in a lightbox, how to do it ?

    When I open the single image there is no class or id that I can select to use for my custom css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Could you please provide the URL address of your Gallery and also mention the info on images which you would like to remove?

    Thank you! Have a nice day!

    Thread Starter shisharka

    (@shisharka)

    Hi,

    example – > https://demo.10web.io/photo-gallery/#bwg1/63

    how to remove <i title=”Play” class=”bwg_ctrl_btn bwg_play_pause fa fa-play”></i> only on this image using css?

    And one more question how to make bwg_ctrl_btn_container not full width, I want to be that width- > https://prntscr.com/k8vts8 ?

    Thanks

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please note that b7y adding the below-written CSS code, you can remove Play button

    i.bwg_ctrl_btn.bwg_play_pause.fa.fa-play {
        display: none !important;
    }

    Probably, you want to activate Filmstrip on Lightbox. You should activate this option from the shortcode options > Lightbox > Enable filmstrip > Yes. However, this functionality is available only in Premium version of the Photo Gallery Plugin.

    Thank you! Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS’ is closed to new replies.