Hello,
I'd like to change the colorful strip on the bottom of the footer in the software theme. I have created a png file strip with my branded colors that I'd like to put in the current strips place, however I can't find where to change this file. Where can I replace the strips?
Comments
This is custom code for this demo. To change this please go to Theme Options > Custom CSS and find line
#Footer .footer_copy { background: #21293f url( ### ) repeat-x left bottom; border: 0; }
Please replace ### to link to your image
Thanks