Essential theme Release 3.0.0.4

Essential theme Release 3.0.0.4

de Malcolm Hay -
Número de respuestas: 2

I am fairly new to Moodle and we are trying to configure Essential to meet our needs.

I would like to set the slideshow border to 0px or display:none, if possible.

Below is my latest attempt with CSS:


#essentialCarousel.carousel .carousel-inner{

background:none;

border:none;

box-shadow:none;

margin:0px;

}


I have used this on the classes .slider, .carousel, .slide and combinations of these to no avail.

It would be great if someone there had any ideas.


Cheers,

Malcolm


Promedio de valoraciones: -
En respuesta a Malcolm Hay

Re: Essential theme Release 3.0.0.4

de Gareth J Barnard -
Imagen de Core developers Imagen de Particularly helpful Moodlers Imagen de Plugin developers

Hi Malcolm,

I assume you are talking about the 'slidecaptionoptions' value of 'Beside'?  In which case you just need:

#essentialCarousel.carousel .carousel-inner>.item.side-caption .carousel-image {
    box-shadow: none;
}

Gareth