When I view my webpage via my iPhone the main logo up top still says Focus, however when viewed on the computer it displays my logo. How do I fix this? My site is http://www.thefashionhive.com
2 Answers
Hi !
you can added code for file “functions.php” next line 752.
.small-logo {
background-image: url(<?php echo $logo_custom_image; ?>) !important;
background-size: auto 30px !important;
}
Regards,
Dominic
This works, although my logo looks REALLY small. It’s not optimized for mobile. Is the mobile logo image located in a directory that can be overwritten? Also, these instructions may be obsolete if you you have already changed your Functions.php file–it’s no longer at line 752.
Please login or Register to submit your answer