I would like to add the slogan under my logo in the main page. I followed your instructions and I add to the function php the following thread:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Company Name”;
return $sub;
}
but it worked only on smartphone and the font i too big. What do you suggest?
Hey belpa65,
Have you removed it? I do not see the text. Can you add it again and let us try to help you adjust it?
Best regards,
Victoria
