Content wrap and header shadow

Posted in: Newspaper
Post count: 7

Hi there!

Could you share the css code that is being used under the header menu in this prebuilt website?
https://demo.tagdiv.com/newspaper_magazine_pro/

I’m using that but unfortunately I deleted the css code element which contained the css code to make a shadow around the content wrap and header.

Thanks!

Post count: 27744

Hello,

To set the code you can use the element Raw CSS https://i.imgur.com/RhqCpmO.jpg and this is the code
.menu-item .tdb-menu-item-text .tdc-font-tdmp {
font-size: 24px;
position: relative;
top: 5px;
left: -2px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.menu-item .tdb-menu-item-text .tdc-font-tdmp {
font-size: 20px;
top: 4px;
left: -1px;
}
}
.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);
}
.td-main-page-wrap {
overflow: visible !important;
}
.td_block_template_8 .td-block-title > *:before,
.td_block_template_8 .td-block-title > *:after {
height: 3px;
margin-top: -2px;
}

Thank you!

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