Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1262798

    Hi,

    i’d like to remove the standard Enfold Logo and replace it with the title of the Website.
    I tried several codes but nothing works.

    If i add this code ….

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub)
    {
    $sub .= “<span class=’logo-title’>”;
    $sub .= get_bloginfo( ‘name’, ‘display’ );
    $sub .= “</span>”;
    return $sub;
    }
    …. the site titel shows but the Enfold Logo remains.
    What can I do to remove it without removing the site titel too
    Thank you for your help
    Regards
    Sabine

    #1262805

    it is now ok. thank you.

    #1262862

    Hi ingridbrauner,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Standard Enfold Logo’ is closed to new replies.