Tagged: logo Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 21, 2015 at 3:28 pm #383028 hotspotParticipant Hi Guys, Is there an option to have a logo just in text instead of an image? I don’t think this is supported now, but would be a cool addition to the framework/template. Love to hear from you. January 21, 2015 at 3:35 pm #383035 YigitKeymaster Hey hotspot! Please add following code to Functions.php file in Appearance > Editor add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "Company Name"; return $sub; } Regards, Yigit 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