Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #237274
    #237473

    Hi tlow87!

    Everything was moved to the includes>helper-main-menu.php file to work with the new builder.

    Cheers!
    Devin

    #237478

    Hey tlow87!

    You can find the logo on includes > helper-main-menu.php. Find the code on line 101:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Best regards,
    Ismael

    #237809

    I didn’t want to mess with all the new cool header/logo stuff, so I used this CSS to pull this off:

    .header-scrolled .logo {
    	display: block;
    	width: 40px;
    	height: 40px;
    	top: 4px;
    	background: url('http://ksha.com/KSHA_logo_mobile.png') no-repeat;
    	background-size: 35px 35px;
    	float: left;
    	position: absolute;
    	left: 0;
    	z-index: 1;
    	-webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        opacity: 1;
    }	
    	
    .header-scrolled .logo img { display: none; }	
    #237838

    Glad you found a fix that works for you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘After new update can't find Logo div in Header.php’ is closed to new replies.