New Landing How can we help? Themeforest Theme Support Uplift Swiftslider in top set to "light" overriding the alt-logo

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Uplift
  • #301621
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Richard,

    Hmm ok – tricky situation here. As some people use the alt logo on mobile so we can’t set it to use the default one. We can either provide custom css for you to force the standard retina logo, or we could provide some css to adjust the mobile header colour?

    – Ed

    #301716
    adstream
    Member
    Post count: 85

    I get that though. But how come the alt logo wont show at all in desktop mode? I would setttle for force retina logo displaying in mobile device 🙂

    Thanks!

    Kind regards,
    Richard

    #302010
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s because the light logo takes precedent – we’ll see if we can adjust that for a future update.

    For the mobile logo override, add this css:

    .logo-alt-version #mobile-logo img.alt-logo {
        display: none!important;
    }
    .logo-alt-version #mobile-logo img.standard {
        display: inline-block!important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) { 
    .logo-alt-version #mobile-logo img.standard {
        display: inline-block!important;
    }
    .logo-alt-version #mobile-logo img.retina {
        display: inline-block!important;
    }
    }

    – Ed

    #302079
    adstream
    Member
    Post count: 85

    Awesome thanks!

    #302316
    David Martin – Support
    Moderator
    Post count: 20834

    Awesome, thanks for that Ed.

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register