Remove Box around hamburger menu dropdown

Hi there,

I’d like to remove the box from around the hamburger dropdown menu in the page header, how do I do this?

https://bradleyhamerphotography.co.uk/

Many thanks

Brad

Hi Brad

You may use this css code to remove it:

.mobile-menu .module.widget-handle {
border: none;
}