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

    Hello,

    How add a tagline next to the logo ? And how change the logo place ?

    website: quelquncommemoi.com

    Best regard,

    Arthur Peuffier

    • This topic was modified 9 years, 12 months ago by Peuf.
    #357867

    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

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