Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #703341

    There is some shadow below the header/menu of my site. I would like to remove it, but it won’t go.
    I tried various things in the CSS (found them also here on the forum), but nothing works.
    The problem is that when I insert a avia slider, it will be placed on top of this line. On wider screens, left and right of the 1500 pixels wide image, the line appears. That looks stupid.

    Please tell me how to remove this line / shadow.

    What I tried (and none of them worked):

    #header_main {
    border-bottom: none !important;
    }

    .avia-layerslider.avia-shadow {
    box-shadow: none !important;
    }

    #header {
    border-bottom: none !important;
    }

    Kind regards!

    #703343

    Hey M,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-shadow {
        box-shadow: none;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.