• Resolved faridjame

    (@faridjame)


    Is it possible to either disable the previews (both right and left) or hide them using CSS?

    I’m trying to have a web-based slideshow to be very similar to a MS Power Point slideshow.

    I don’t see any specific class name or selector applied to the preview images so I can hide them in CSS. Any help is appreciated.

    Thanks

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can indeed use CSS to hide these elements. Try pasting the following CSS into your theme stylesheet or in your custom CSS editor available under Appearance >Edit CSS in your dashboard:

    .jp-carousel-slide {
    	opacity: 0 !important;
    }
    .jp-carousel-slide.selected {
    	opacity: 1 !important;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Disabling or removing the preview images’ is closed to new replies.