Theme Modification

Posted in: Newspaper
Post count: 96

Hello,

I am using the Newspaper Magazine Pro theme (https://demo.tagdiv.com/newspaper_magazine_pro/). I added a new margin pattern. Unfortunately I seemed to have lost the slight shade that exists right where the margin pattern meets the page. Do you know how I can re-add the slight shade effect? I think the slight shade effect makes the page more distinct from the margin. Thank you.

Post count: 21065

Hello!

This code creates the shadow: https://app.screencast.com/3tp7JEMVTKfsn

Thank you!

Post count: 96

Thank you. Do I just need to add lines 14 through 21, or do I need to add all of the lines? — lines 1 through 30?

Also is there anyway to copy this code, so I don’t miss a character? I cannot copy from the provided screenshot.

Thank you.

Post count: 21065

Hello!

Sure. Here is the code:

.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;
}

Thank you!

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