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

    Hey dannish1!

    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 .= bloginfo('name');
        return $sub;
    }

    You may need to adjust its position using custom CSS, if you need help, let us know

    Cheers!
    Yigit

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