FAQs

How to make slideshow stretched full width?

Slideshow fullwidth

Open Theme Editor > Carousel section > check to the option Allows image to stretch on large screens:

Allows images to stretch on large screens

How to remove the leaves background image on the first banner of 'Default' style?

Leaves banner

To remove this leaves image, open Edit Theme Files, open file assets/scss/_theme-custom.scss_. Add the code below to the end of file:

.emthemesModez-banner--laparis1:first-child .emthemesModez-banner-figcaption {
  background-image: none;
}

Save and refresh your homepage to see changes.