How can I change the color of the footer that is in blue and change it to a green color? Thanks
jhondesign02 Hi Add this code in custom.css file and change the color code as per needs
.t3-footnav .t3-module, .t3-footer { background: #0c8943!important;}
Perfect, thanks