The background is plain. How do I add borders and shadows?

Posted in: Newspaper
Post count: 8

As you can see, this way.

https://prnt.sc/12mc3pu

I want to add a border, shadow effect like in the image below.

https://prnt.sc/12mc7zn

How can I do that?

Post count: 27744

Hello,

Normally, this demo has the shadow, but if you want to add the shadow, please edit the homepage with tagDiv Composer => https://www.screencast.com/t/pofURkpwQDM, and after header you need to have a CSS Code =>https://www.screencast.com/t/CvkujL8gLtW2, if you don’t have it you can add the element from tagDiv Composer, called “RAW CSS” open it => https://www.screencast.com/t/sRHhHBuDFand add this custom 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);
}

Hope this helps you!

Thank you!

Post count: 8

As it happened. But it doesn’t show up in Header.

https://prnt.sc/12mghpq

https://www.mekancu.com/

Post count: 27744

Hello,

I just checked your website and seems you have the shadow https://www.screencast.com/t/CR7O7MvjQ
Did you manage to solve the problem?

Thank you!

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