Okay
  Public Ticket #1588452
Where to set the sticky header logo?
Closed

Comments

  • Rob started the conversation

    Hi, I'm using a white/transparent logo (as in the demo) that shows nicely on the main page. 

    I've set the sticky header, but there it's not visible (white-on-white), in your demo you use a different logo (blue/black), but I can't find where to set this different "sticky header logo"?

    Thanks!
    Rob

  •  1,641
    Andrey replied

    Hello, Dear Rob!

    Could you please provide us with link/login/password for your host in order to take a look at this issue more closer?

    The main css for the correct logo transition would be the following: 

    .home.fw-absolute-header .fw-wrap-logo .custom-logo-link {
        filter: brightness(0) invert(1);
    }
    

    Click WP Dashboard => Appearance => Customize => Additional CSS and insert here this code. Then save changes and check result at front-end.

    Best Regards!

  •   Rob replied privately
  •  1,641
    Andrey replied

    Hello, Dear Rob.

    For some reason we can't access your website, even form different locations: http://nimb.ws/o8TWXr

    Could you please check, is it everything is ok with your hosting?

  • Rob replied

    Sorry, was performing some server updates - seems like you just visited that moment :-) Please try again. Thx and sorry!

  •  1,641
    Andrey replied

    Hello, Dear Rob!

    By default the logo would not have white color.

    We have modified your current logo and receive these results: http://nimb.ws/BPIAoM

    and http://nimb.ws/hVUKEv

    You may change your logo with the help of Photoshop, then upload it via Customzier and save.

    Best Regards!


  • Rob replied

    Ah, perfect - thank you very much :-) That's exactly what I wanted.

    But now I'm a bit confused - if in site options/customizer, I can set the "color" version, where would I change the "white" logo of the front page? https://www.screencast.com/t/51KjQSAI 

    :-) Just for my understanding, in case I change my logo at some point.. Thanks! 

  •  1,641
    Andrey replied

    Hello, Dear Rob!

    If you want to deactivate white filter for logo, when it locates at the top of the page, please click WP Dashboard => Appearance => Customize and add this code in Additional CSS:

    .home.fw-absolute-header .fw-wrap-logo .custom-logo-link {
        filter: none;
    }
    

    Save changes and check results at front-end.

    Best Regards!

  • Rob replied

    ah, so you mean as a standard, ANY Logo will be "white only" on the front page? 

    That¨s awesome! :-)

  •  1,641
    Andrey replied

    Hello, Dear Rob!

    First of all we have fixed glitch with logo on blog page: http://nimb.ws/UE9eKx

    Now it has correct appearance: http://nimb.ws/i4u5v7

    Concerning logo at frontage - yes, any logo will be white. If you want to cancel this appearance, you may add in WP Dashboard => Appearance => Customize => Additional CSS this code:

    .home.fw-absolute-header .fw-wrap-logo .custom-logo-link {
        filter: none;
    }
    

    You will receive this result: http://nimb.ws/xeXmpl

    Best Regards!