Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 10, 2015 at 9:57 am #377746 dalboslampenParticipant 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!! January 11, 2015 at 4:58 am #377904 IsmaelModerator 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In