New Landing How can we help? Themeforest Theme Support Dante Logo and Menu on Naked header is different on each page on mobile.

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #245121
    OzzyMac
    Member
    Post count: 43

    Hello,

    I need help on this issue > Logo and Menu on Naked header is different on each page on mobile

    As you can see (on desktop pics), logo is on white and naked header on every pages on my site.

    But on mobile, the naked header is alright BUT my logo is BLACK.

    — Please help —
    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #245315
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Your website isn’t loading for me: http://d.pr/i/1e3Pn/3G8Y5d5E please check this with your hosts

    – Kyle

    #245408
    OzzyMac
    Member
    Post count: 43

    Hi Kyle,

    It’s alright for now.
    Please check for me again.
    Thanks,
    OzzyMac

    Attachments:
    You must be logged in to view attached files.
    #245413
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .naked-light .sticky-wrapper:not(.is-sticky) #logo img.light-logo {
      display: inline-block !important;
    }
    .naked-light #header-section #logo img.standard {
      display: none!important;
    }

    – Kyle

    #245429
    OzzyMac
    Member
    Post count: 43

    Hi Kyle,
    Your code is not work, on mobile it still showing the black not a white as naked header on desktop.

    Also the code makes logo on sticky header disappear while i scrolling down the sites on desktop.

    Please check again.
    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #245436
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    For me it’s white on mobile: http://d.pr/i/1e452/aGNcmevP

    For other issue please change

    .naked-light #header-section #logo img.standard {
      display: none!important;
    }

    to this

    .naked-light #header-section .sticky-wrapper:not(.is-sticky) #logo img.standard {
      display: none !important;
    }

    – Kyle

    #245446
    OzzyMac
    Member
    Post count: 43

    Hello again Kyle,

    Thanks for above code it’s solved.

    Back to the mobile naked header issue,
    It’s kinda weird, for on your mobile and my mobile is different.
    Please have a look,

    Regards,
    OzzyMac

    Attachments:
    You must be logged in to view attached files.
    #245697
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh because it is retina screen so it’s using the retina logo, try this:

    body.naked-header .sticky-wrapper:not(.is-sticky) #logo img.retina, .naked-header #header-section #logo img.retina, .naked-header.naked-light #header-section #logo.has-light-logo img.retina, .naked-header.naked-dark #header-section #logo.has-dark-logo img.retina {
      display: none!important;
    }
    

    – Kyle

    #245827
    OzzyMac
    Member
    Post count: 43

    Thanks for your reply Kyle,

    The code doesn’t work and logo disappear while the hamburger menu is still black color.

    homepages

    my account

    contact pages

    Please help me again Kyle ^^”
    This is what I want for my site.
    As you can see my logo and hamburger menu are white on every single pages

    Regards,
    OzzyMac

    #246355
    OzzyMac
    Member
    Post count: 43

    Hello again Kyle,

    Sorry if I may bump this topic just to inform you that I’ll delete previous code you gave and wait for your new code.

    Regards,
    OzzyMac

    #246986
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @OzzyMac

    Naked header isn’t supported as standard on mobile – only desktop. You have added custom css to remove the background colour of the header on mobile, and as such that is causing the issue of the logo/text being dark, as the theme isn’t prepared for this. Unfortunately we can’t support such customisations, but we will consider adding an option for this in future updates.

    – Ed

    #247325
    OzzyMac
    Member
    Post count: 43

    Thank you so much Ed,

    OzzyMac

    #247337
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Ed

Viewing 13 posts - 1 through 13 (of 13 total)

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

License required for the following item
Login and Registration Log in · Register