• Hi there! I have a client who, for legal reasons, needs to show a different logo in the header & footer on 2 specific pages of their website. How would I go about doing this? They are currently using the Avada theme, which has great support but will not help with this problem as it involves changing the theme code. I am somewhat comfortable with php and html code so I’m pretty confident I can do this, I just need some pointers in the right direction! If anyone has any advice, I’d really appreciate it.

Viewing 1 replies (of 1 total)
  • edit header.php and look for the place where they insert the logo
    add some php code to find current page name
    add an if or a switch-case to switch between different pages and logos
    use $pagename = get_query_var(‘pagename’);

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the header & footer LOGO on specific pages’ is closed to new replies.