`_
* Paste the file in the correct directory so it overrides the default template. Our file path: **mysite>website>templates>coderedcms>blocks>carousel_block.html**
* In carousel_block.html on line 4; add carousel-dark to the class attribute. The line should now look like this:
.. code:: html
* Save the file and refresh the browser.
.. figure:: images/carousel_preview_dark.jpeg
:alt: Our carousel published on the page
The carousel published on a page
(In this example, I removed the custom css for .carousel-caption from the previous example)