-
AuthorPosts
-
July 5, 2016 at 9:43 pm #657262
Hello, How do I replace the main logo on a page.
ThanksJuly 5, 2016 at 10:11 pm #657270Hey jbkaplan!
Please take a look here
and let us know if that works out for you.
Thanks a lot
Cheers!
BasilisJuly 6, 2016 at 4:23 pm #657563Hey!
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,
YigitAugust 18, 2016 at 9:39 pm #674359Thanks this worked but some people say the logo is not sharp.
August 19, 2016 at 6:07 am #674502Hi,
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,
JordanAugust 19, 2016 at 9:07 pm #674867August 21, 2016 at 7:21 am #675236Hi,
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,
RikardAugust 21, 2016 at 6:38 pm #675383you can see a screen shot of the blurry logo here, the browser is Firefox
http://christinedesign.com/ScreenShot2016.pngAugust 21, 2016 at 9:32 pm #675431Hi,
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,
YigitAugust 21, 2016 at 10:07 pm #675445This 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
August 24, 2016 at 4:52 pm #677114 -
AuthorPosts
- You must be logged in to reply to this topic.
