Post by emilyjanedesign » Tue Nov 27, 2012 1:06 am

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,


Posts

Joined
Tue Oct 09, 2012 4:07 am

Post by anung » Tue Nov 27, 2012 1:21 am

open stylesheet.css in line 409
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;
}
replace with this code

Code: Select all

div#footer .footer-panels {
    background: transparent;
    border-bottom: 1px solid #DDDDDD;
    color: #636363;
    margin: 0 20px;
}

User avatar
Active Member

Posts

Joined
Fri Mar 30, 2012 10:32 am
Location - Indonesia
Who is online

Users browsing this forum: No registered users and 7 guests