Hi,
is it possible to have a footer shadow the same as the header shadow?
Head shadow is at the bottom of the header.
Footer shadow to be at the top of the footer.
Am currently using newspaper 9.8, default demo.
Cheers.
Hello !
Please try this CSS code and let me know if this is helpfull: .td-footer-wrapper {
box-shadow: -1px -15px 12px -5px rgba(0,0,0,0.75);
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Hi Vlad, yes this works but the shadow is too dark.
How do I confirm what colour shadow the header is using?
Hi Vlad, this is the shadown im looking for https://snipboard.io/kSiW51.jpg
Hi Vlad, I believe the shadow im looking for relates to the sticky menu?
Hello !
The footer does not have a shadow as you wish so we have to recreate it. You can try and edit the box shadow generator here and copy the code: https://www.cssmatic.com/box-shadow
You have to copy only the Box Shadow code after you have finished creating your shadow.
Thank you !