Hi,
On this page - http://www.wpdept.nl/test/ - I’m testing a new menu. I have used a Navigation Modal but want my logo to appear in the modal instead of on the transparent menu bar. I have tried JS from another thread:
jQuery(document).ready(function($){
$(’.x-off-canvas-content’).prepend(’
’);
});`
but to no avail.