Remove keyline / border from mega menu

Posted in: Newspaper
Post count: 46

Hello.
I want to remove what looks like a 1px keyline / border from around the outside of the mega menu.
I can’t seem to find any css for it.

Can you help?

Thanks in advance

Post count: 35449

Hi,

If you refer at this shadow box
https://www.screencast.com/t/ew0ofSpJ6lIl
please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
.td-mega-menu ul.sub-menu {
box-shadow: none;
}

https://www.screencast.com/t/RA4YuCvg8

Thank you.

Post count: 46

Hi. Thanks for this but it’s not the shadow. If you see your second image, without the shadow, there is a darker grey, 1px border around the whole mega menu. It’s that I want to remove.

Thanks again

Post count: 35449

Hi,

Try this
https://www.screencast.com/t/ZmQhxusi7
.td-mega-menu ul.sub-menu {
border: 0;
}

Hope this is what you need.

Post count: 46

That’s prefect : ) Thanks very much again.

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