Hi there,
I have tried several of the support forums to remove the shadow effect on the footer area of my site. http://keighleyclay.com/
I have removed the shadow effect from the masthead and logobars using the following CSS
.x-logobar{
border:none;
}
.x-navbar{
border:none;
}
.x-navbar{
box-shadow:none;
}
Bt now I want to completely remove the shadow effect from the footer.
The two forums I have used are here
https://theme.co/apex/forum/t/removing-the-grey-line-in-the-footer/14703/2
and
https://theme.co/apex/forum/t/footer-shadow/6512/2
Thanks for your help
Chris