How Do I Remove They Grey Background from the Slideshow?

To remove the grey background from the slideshow, add this to the bottom of customise.css (found under Admin > Themes > Edit HTML > Assets):

#slider .carousel-inner .item .carousel-caption {
  background-color: none;
  color: #fff;
}

That will remove the grey background from the slider images.  You can also change "#fff" to another HEX colour if you'd like to change the colour of the text.

Have more questions? Submit a request

1 Comments

  • 0
    Avatar
    Alejandro

    I added this code and it does not work ..I do something else?

Please sign in to leave a comment.
Powered by Zendesk