Please help. I have the Glamshop template which has been great to edit the php footer and header i can access the file make simple changes. However it seams to have this pre footer that my customer would like changing from grey to dark grey. but i can't find anything in the admin area of find the file that controls this section?
Does anybody have any ideas? I wouldn't even know what this area is called as it's not content or footer. If you visit dressyouhire.com you will see the grey box at the bottom which features the about and the facebook section this the are that i am unable to change the colour in any css document.
Thanks,
open stylesheet.css in line 409
find this code
replace with this code
find this code
Code: Select all
div#footer .footer-panels {
background: none repeat scroll 0 0 transparent;
border-bottom: 1px solid #DDDDDD;
color: #636363;
margin: 0 20px;
}
Code: Select all
div#footer .footer-panels {
background: transparent;
border-bottom: 1px solid #DDDDDD;
color: #636363;
margin: 0 20px;
}
Who is online
Users browsing this forum: No registered users and 7 guests