Social media drop shadow

Hi guys!
I’m running into a problem that is probably extremely simple to fix…but I haven’t been able to figure it out.
As you can see, in the header of the site I’m building, there’s a drop shadow beneath the social media icons:

http://pruebasfabipaolini.com/template/

I have it at 0 drop shadow, removed the color and tried a lot of other things, and it still shows up.
Can you help?
Thanks!

Hello @fabipaolini,

Thanks for asking. :slight_smile:

In header builder social icon element, try setting the Box Shadow values is set to 0.

Thanks.

It is at 0.
Here’s the strange thing, when I’m editing the header, the drop shadow doesn’t show up, but when I see it live, it does show up…

Hi There,

Thats looks like a shadow, but its not. That is a bottom border with radius, please set the border and border radius to 0.

That is one evidence that, that is a border because border has a bug that it does not show up on the preview.

Thanks,

Everything is set to 0 and it still shows up.
It is a bug…any way to fix it?

Hi there,

Could you please try adding the following CSS rule and see if that helps.

.hm6.x-anchor, .hm7.x-anchor {
    border-style: none;
}

Thanks!

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