Header shadow

Posted in: Newspaper
Post count: 494

Hi,

I wanted to reproduce the same shadow below the header 10.
Alex told me it’s an image and he attached this image to his email.
He also gave me a custom CSS:

.td-header-gradient:before {
content: "";
background: transparent url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}

This code didn’t work so I tried to customize it (I am not a developper).
Here is my code:

.td-header-desktop-wrap:before {
content: "";
background: url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}

.td-header-desktop-sticky-wrap:before {
content: "";
background: url(https://www.mondeoz.com/wp-content/uploads/shadow.png);
width: 100%;
height: 12px;
position: absolute;
left: 0;
bottom: -12px;
z-index: 1;
}

Now it seems to be working for the main header but not for the sticky one.
Can you help me to make it work for both headers?

Thanks

Post count: 35449

Hi,

You’ll need to do the same setting for sticky menu as you made for main menu, you’ll need to edit the sticky zone and set that image -> http://prntscr.com/pj1qw7

Thank you!

Post count: 494

Hi Calin,

All the settings look the same to me…

Thanks

Post count: 35449

Hi,

Please provide some more details and screenshots.

Thank you!

Post count: 494

Hi Calin,

I’ve sent you my credentials by email as it would probably be easier if you look directly at the website what’s going on.

Thanks

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