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

    Hi
    At this demosite (http://www.yippi.no/bergei/) I have built a onepage site.
    Clicking the logo refreshes the page. Is it possible to make this a “goto top” action. That wouls look smooth!

    Just love your work!!

    #377904

    Hey dalboslampen!

    Thank you for using Enfold.

    Use this on functions.php:

    add_filter( 'avf_logo_link', 'enfold_customization_logo_link' );
    function enfold_customization_logo_link( $link ){
    	$link = "#top";
    	return $link;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.