When I look at my site on the computer, the site shows the logo in the header but on mobile does not

Hi, 
When I look at my site on the computer, the header has the logo, but on the mobile it only shows a place holder, a box. I have tried to change the code in the function.php by adding the following:

function prefix_header_retina_logo_setting() {
return 'PATH TO YOUR LOGO URL';
}
add_filter( 'ocean_retina_logo', 'prefix_header_retina_logo_setting' );

But this did not work. I have also tried to disable the plugins, but it did not work, please help. 

Comments

Sign In or Register to comment.