H Guys, Is it possible to change to footer to look like the image through custom css, it doesn't need any content in it Cheers Jamie
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container .footer .footer-wrapper { display:none;} .footer-container { background: your color value;} .footer-container .footer { background: your color value;}