Gregory Ortiz
asked 11 years ago

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
DominicStaff
answered 11 years ago

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

Mark Smith
replied 11 years ago

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.

DominicStaff
answered 11 years ago

Hi !

put code in the location as shown in the image

URl : http://imgur.com/JG8JuLf

Regards,

Dominic

Powered by DW Question & Answer Pro