Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #892189

    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?

    #892261

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.