Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #782471

    Hi,
    is it possible that the stiky header does not appear immediately when scrolling down but after – let’s say 500px?

    ( no example page to show)

    and how do i change the logo image for the sticky header?

    Thanks Simon

    • This topic was modified 7 years, 6 months ago by simonac.
    #782681

    Hey simonac,

    To add a different logo on the sticky header, add this custom CSS code:

    .header-scrolled .logo img { 
      opacity: 0; 
    }
    
    .header-scrolled .logo a { 
     background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); 
     background-repeat: no-repeat; 
     background-size: contain; 
    }
    

    About your second question, I`ll check it better and return you an answer.

    Best regards,
    John Torvik

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.