Hello,
How add a tagline next to the logo ? And how change the logo place ?
website: quelquncommemoi.com
Best regard,
Arthur Peuffier
Hi Peuf!
1- 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;
}
2- Can you please elaborate? Where you would like to move your logo? You can go to Enfold theme options > Header and change logo and menu position
Regards,
Yigit