New Landing How can we help? Atelier Wrong logo color with non-sticky naked header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #304014
    eternalbeta
    Member
    Post count: 76

    Hey guys —

    Pretty sure this is a bug, but when using a naked header (light or dark) that is set to not be sticky, the main logo is being used on pages rather than the light or dark counterpart. If I set the header to be sticky, the proper logos get used.

    Thanks

    #304257
    David Martin – Support
    Moderator
    Post count: 20834

    What theme version do you have?

    Please add a URL/WP login.

    Thanks.

    #304273
    David Martin – Support
    Moderator
    Post count: 20834

    Just to follow up, I tested this locally and could replicate.

    Please test this in Theme Options => Custom CSS

    body:not(.sticky-header-enabled) .page-header-naked-light #logo.has-light-logo img.standard {
        display: none;
    }
    
    body:not(.sticky-header-enabled) .page-header-naked-light #logo.has-light-logo img.light-logo {
        display: inline-block;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.