Tagged: header
Is it possible to add the Site Title only – next to the logo in a specific color or a google font?
Hi ojasray!
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;
}
You may need to use custom CSS code to position it as needed
Cheers!
Yigit
did that – and nothing shows up
Hey!
Your website should be publicly visible for us to check. Please let us know when you make it public. Or you can remove the code i posted earlier, and refer to this post to add a widget area to your header and display site title there instead – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit
Hey!
about which title are you talking about? can’t see it on your website or don’t know where to look at. Please makes things clear by providing us screenshots (imgur.com, dropbox).
In general I think Yigit assisted you already by providing this tutorial: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Andy