Helix Ultimate 2 add different logo on specific pages

  1. Inside the Joomla directory, ../templates/shaper_helixultimate/js/custom/ create a file and add this code inside:
jQuery(function ($) {
//Special logo on altLogoPage 
	$(document).ready(function() {
  		$('.altLogoPage .logo-image').attr('srcset', 'images/logo-white.png');
	});
});

2. Go to the menu item that links to the page with the different logo and add this to “Page Display” tab > Page Class: altLogoPage

That’s it, this page will have a different logo.

Scroll to Top