Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24186
    #122674

    Open up wp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php and replace:

    $logo = "<img src=".$logo." alt='' />";

    with

    if(is_page('25')) $logo = 'http://mywebsite.com/second_logo.jpg';
    $logo = "<img src=".$logo." alt='' />";

    Instead of 25 insert your page id and replace the http://mywebsite.com/second_logo.jpg url with a valid url to your other logo image.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Logo on specific page’ is closed to new replies.