Comments tsween1 started the conversationAugust 14, 2019 at 12:23amHow can I add a different logo for mobile?So I want to replace the desktop logo with another logo when its mobile.Thanks,Tim 675Neuron repliedAugust 14, 2019 at 11:59amHi Tim,You need a bit lines of jQuery to achieve that, you can add it on the Theme Options > Custom CSS & JS section at the jQuery. http://prntscr.com/osjxjj jQuery(document).on('ready', function($) { if (jQuery(window).width() < 991) { jQuery('header .logo-img a img').attr('src', 'https://placehold.it/50x50'); }});Feel free to ask for anything you need.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
How can I add a different logo for mobile?
So I want to replace the desktop logo with another logo when its mobile.
Thanks,
Tim
Hi Tim,
You need a bit lines of jQuery to achieve that, you can add it on the Theme Options > Custom CSS & JS section at the jQuery. http://prntscr.com/osjxjj
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.