question on Epik header shrink effect

Homepage Community Forums General question on Epik header shrink effect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21774
    colinjordan
    Customer

      I’ve just updated to the latest version of Epik, and had a question on the header shrink effect. I resized the header image in the theme functions file and made the image larger. Now when you scroll, the header still shrinks, but the logo image does not. Can you tell me where to find the code so I can tell the theme the size I want the image to shrink to when the header shrinks?

      Thanks!

      #21783
      Wes
      Moderator

        Look for this code around line 1608 in your style.css –

        .header-image .shrink .site-title > a {
        	height: 90px;
        }

        If you remove that code/height, then the image will revert back to its original size on scroll.

        You can adjust the height if you want it to shrink a little, or you can remove the entire code to keep it at full size.

        Let me know if that helps.

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