Hello, can you please tell me how can i remove the logo that appears on the top part of offcanvas menu. Regards
I added this code and it's gone. .t4-offcanvas .t4-off-canvas-header a img { display: none!important; }
Is that ok now?
It's like the offcanvas close button X is not responding and i must press it many times
You can try this custom css:
.t4-offcanvas .t4-off-canvas-header { z-index: 99999; }
Thank you very much it works great