Slider Controls

  • ljfent

    #49932

    Hi,

    Is there a way (CSS) to remove the slider controls (arrows) and image dots, on Graphine Plus ( replacing header with a slider image…)

    Thanks,

    Admin

    Syahir Hakim

    #49933

    You can add the following CSS code:

    .carousel-caption,
    .carousel-indicators,
    .carousel-control {
    	display: none;
    }
    

    In the next update, there will be an option to disable all captions from the slider.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.