Essential theme Release 3.0.0.4

Essential theme Release 3.0.0.4

by Malcolm Hay -
Number of replies: 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


Average of ratings: -
In reply to Malcolm Hay

Re: Essential theme Release 3.0.0.4

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of 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


Average of ratings: Useful (1)
In reply to Gareth J Barnard

Re: Essential theme Release 3.0.0.4

by Malcolm Hay -

Thank you so much for your help and prompt reply. That is exactly what I was looking for.

Regards,

Malcolm