Adding logo to navigation modal

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(’Image’);
});`

but to no avail.

Hi There,

Thanks for writing in!
Can you please change the class name to ".x-modal-content" instead of ".x-off-canvas-content" let us know if that works?

Hope this helps!

Thanks, that did the trick.

You are most welcome!

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