How can I modify Footer by changing background colour orange - #FFA500
mojatu Hi Add this code in custom.css file in css folder of template
.t3-footer { background: #FFA500; color: #69747f; } .t3-footnav .t3-module { background: #ffffff; color: #69747f; }
Change the color codes as per needs.
Ninja Works like magic! Thanks for your super fast and truly helpful support. Solved!