CSS: Backgound of header has gradient - How can I override it and make it white

On this site: https://deepfinding.apps-1and1.net/ the header has a gradient. I want the part, where the logo is completly white.

Hi there,

Please set the Box Shadow of the second bar to 0.

Hope this helps.

1 Like

It didnt help… It has to be on bar1. If I remove z-index in the developer toolbar, the shadow diappears, which is strange.

Hi Matthias,

That is a box-shadow of Bar 2, so you need to inspect the Bar 2 and zero out the box-shadow values (refer Jade’s screenshot above)

You can also increase the z-index of your Bar 1 (higher than Bar 2) so the Bar 1 can cover the shadow.

box-shadow
z-index

Hope this shed some lights,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.