Support for Envato Buyers Forums OldCar mobile logo not working

Viewing 1 reply thread
  • Author
    Posts
    • #3280
      bluedognz
      Member

      Hi,

      I am unable to add a mobile logo via Oldcar Options>General Settings>Mobile Logo.

      I had the same problem with the main logo and this was the fix: https://forum.focuxtheme.com /topic/cant-get-logo-to-work/#post-2974

      What do css code do I use to display my custom mobile logo please?

      Thank you!

    • #3293

      Hi

      After you uploaded the logo, have you click insert to the post button?
      Also, the custom CSS for the mobile logo as below:

      .responsive-logo {background-image:url(../img/logo-resp.png);}
      /*For Retina Screen*/
      @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
         .responsive-logo {background-image:url(../img/logo-resp@2x.png);}
      }
      

      Please replace the LOGO URL to your actual URL.

      Thanks

Viewing 1 reply thread
  • You must be logged in to reply to this topic.