Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Unfortunately, no – there is no way to do that currently with the theme options only. You would need to edit header.php with a child theme and then modify line 63, where it says:

    
    <div class="slant-avatar"><a href="<?php echo esc_url( home_url() ); ?>"><img src="<?php echo esc_url( get_theme_mod('profile-image') ); ?>" alt="" /></a></div>
    

    And modify it as you wish.

    Thread Starter pyxis15

    (@pyxis15)

    Sorry for the late response Alex, I’ll have a play with it, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different profile picture on each page’ is closed to new replies.