Hi !
I would like to do not have the gray lines that wrap the footer but can’t find out how to do that.
And I would also like to have the bottom footer yellow on all the width, for now it fits the boxed template and there is blank on both sides wich is not very pretty 😉
Thank you for your help 🙂
Hi,
To remove the footer-shadow please use this CSS in Theme Panel > Custom CSS:
.td-full-layout .td-footer-wrap {
background: none;
}
To change the bottom footer backgreound you can use the Theme Panel http://screencast.com/t/kX9ULUzEdNlS
Hope this helps!
Thanks
I’m sorry, I copy paste the code but it is not working.
Concerning the footer, I already changed the color but it appears boxed and I want it to be full width :/
you can see both right here, might me easier : oneprettylife.com
thank you 🙂
Hi,
1. You can use this css to remove the background:
.td-footer-wrap .span12 {
background: none !important;
}
Also add this one if you want to get rid of the space between the bottom footer and the page content above:
.td-footer-wrap .td-grid-wrap {
padding: 0px !important;
}
If you want to hide the footer add this:
.td-footer-wrap {
display: none;
}
This will be applied to all pages.
2. If you want the bottom footer background to be full width you have to remove the boxed layout, to do that you have to remove the background from Theme Panel > Background http://screencast.com/t/triM5Jx6 or Theme Panel > Theme Colors http://screencast.com/t/EsHzsHo1xr8
Thanks
Hi !
thanks a lot, that’s perfect for the gray lines Sourire
For the bottom footer, I had no background. I had the stretch background on so I putt it off, now it’s better but there is still a blanck on each side Do you know I can change that ? Sourire
Hi,
I have checked your site and seems that you do have and background set: http://screencast.com/t/9LgV3MzyDd
That’s why the layout for your site it’s still boxed: http://screencast.com/t/fwZd701uKh
Please go to Theme Panel > Theme Colors and clear the background color like this: http://screencast.com/t/7Wk75Hylr
Thanks
