Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26452

    Is it possible to remove the logo in the header? I removed mine but the Enfold logo takes it’s place.

    Thanks.

    Marshall

    #130454

    Hi,

    Please turn off your cache while developing or you will not see any changes made until the old cache expires. You can also flush your cache (there is a plugin that does that for w3tc) http://wordpress.org/plugins/admin-flush-w3tc-cache/

    I see it just fine http://www.clipular.com/c?11036005=RTiQFjqCqvFMP1oZaBsrXeKpbOU&f=.png

    Thanks,

    Nick

    #130455

    Sorry, I wasn’t clear, I removed my logo off the web site but the Enfold logo replaces it. Basically, I want no logo at all because I’m creating a slider that includes my logo.

    Thanks.

    Marshall

    #130456

    Hi,

    Ahh., So you want to have no logo at all? That’s not a problem.

    Please open up /framework/php/function-set-avia-frontend.php and look for lines 435 and 436 that look like

    if($use_image) $logo = "<img src=".$use_image." alt='' title='$logo'/>";
    $logo = "<$headline_type class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";

    If you put two forward slashes // in front of line 435 the default logo image will go away, and you will simply see the name of your website in text.

    If you put two forward slashes // in front of both line 435 and another two forward slashes // in front of line 436 , and do not add your own logo, you will see an empty space instead of the logo.

    // if($use_image) $logo = "<img src=".$use_image." alt='' title='$logo'/>";
    // $logo = "<$headline_type class='logo bg-logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";

    Thanks,

    Nick

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove logo in header’ is closed to new replies.