Hi,
This custom css -> http://prntscr.com/pl23mq will apply only on default template, if you are using a page as footer page, this will not be apply on that footer page.
You can check here all the box shadow proprieties -> https://www.w3schools.com/cssref/css3_pr_box-shadow.asp
If you want you can try this custom css -> http://prntscr.com/pl259l
.td-footer-wrapper {
box-shadow: 0 0 5px #222;
}
Thank you!
I’m using the default footer and sub-footer, I think I found the issue, It looks like an z-index issue ?
with or without footer shadow, the issue is still here.. Can’t see the shadow from subfooter on footer.
Hi,
Let’s try one more time, this code should do the trick -> http://prntscr.com/pnctwa
.td-sub-footer-container
{
box-shadow: 0px 0px 4px #fff;
position: relative;
}
Hope this code should work for sub-footer shadow!
Thanks.