Page Container Shadow

Posted in: Newspaper
Post count: 13

Hello, I’m using the Newspaper Magazine Pro demo on my site. The beautiful page container shadow is missing. I’ve tried adding custom CSS, to no avail. Can you please help me with the proper CSS? Thanks.

My site – https://joannchateau.com/
Magazine Pro demo – https://demo.tagdiv.com/newspaper_magazine_pro/

  • This topic was modified 5 years by JoAnn.
Post count: 35449

Hi JoAnn,

For me installing the PRO demo added the Shadow on website, but if you want you can add this shadow with custom css like this -> https://i.imgur.com/8dArdA7.jpg
.td-header-desktop-wrap .tdc_zone {
box-shadow: 0 -13px 10px 3px rgba(0, 0, 0, 0.12);
}
.td-main-content-wrap{
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
}
.td-footer-wrap .tdc_zone {
box-shadow: 0 13px 10px 3px rgba(0, 0, 0, 0.12);
}

This code need to be set in theme panel> custom code> custom css.
Usually this css is set custom in header like this -> https://i.imgur.com/czDx1pI.jpg

Thank you!

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