Home › Footers

Each block can have a background color and/or image. For example a rgba transparent color over an image. If the background is dark and the text needs to be light, add the .text-light class to the div with the .footer class.

Add the animated polygon effect by adding the class .polygon-bg to the div with the .footer-overlay class and use the atributes data-color-bg and data-color-light to set the colors. For example: <div class="footer-overlay polygon-bg" data-color-bg="222222" data-color-light="333333">

Back