Footer Shadow

Posted in: Newspaper
Post count: 29

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.

Post count: 18283

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 !

Post count: 29

Hi Vlad, yes this works but the shadow is too dark.
How do I confirm what colour shadow the header is using?

Post count: 18283

Hello !

You can try this colour: .td-footer-wrapper {
box-shadow: -1px -15px 12px -5px gray;
}

Thank you !

Post count: 29

Hi Vlad, this is the shadown im looking for https://snipboard.io/kSiW51.jpg

Post count: 29

Hi Vlad, I believe the shadow im looking for relates to the sticky menu?

Post count: 18283

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 !

Post count: 29

Hi Vlad, got it to work, cheers!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.