Hello, How do I replace the main logo on a page.
Thanks
Hey jbkaplan!
Please take a look here
and let us know if that works out for you.
Thanks a lot
Cheers!
Basilis
Hey!
Please add following code to functions.php file of your child theme in Appearance > Editor
add_filter('avf_logo','av_change_logo');
function av_change_logo($logo)
{
if(is_page(9) )
{
$logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
}
return $logo;
}
Regards,
Yigit
Thanks this worked but some people say the logo is not sharp.
Hi,
Glad to hear that it worked! If there is still an issue with the logo, would you mind providing a precise link to your site, showing the logo in question?
Best regards,
Jordan
Hi,
You have a Coming Soon page active to we can’t see the problem. Please post admin login details in private. What browsers are the problem? Please post screenshots if possible.
Regards,
Rikard
you can see a screen shot of the blurry logo here, the browser is Firefox
http://christinedesign.com/ScreenShot2016.png
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-mozilla .logo img {
image-rendering: -moz-crisp-edges !important;
}
Best regards,
Yigit
This made my real logo that is on all the other pages look jagged around the edges. This is the logo that you helped my add on the page below. I was added in theme functions