• Good Evening everyone,

    I am working on the page linked with this message. As you can see on the website, there is a slight border between the menu and the continuation of the page. I used a media & text block in the top of my page editor. I have tried writing css code to get rid of the border. But with element inspection I could not find the right solution.
    Thanks in advance if you know the solution.

    Kind Regards

    PS: sorry if I post this in the wrong section, this is my first post here.

    • This topic was modified 2 years, 11 months ago by asegbld.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Slight border indeed, I almost missed it. Add this to the customizer’s Additional CSS section:

    .site-header {
        box-shadow: 0 0 0 0 rgb(50 50 50 / 0%);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Page border shadow’ is closed to new replies.