Want top logo to get super big when you scroll up (and main navigation links go above) in Blocks Posted June 13 On 11/11/2022 at 1:16 AM, tuanphan said: First, edit Header > Choose Fixed Header > Basic Next, add this to Design > Custom CSS .header-title-logo a, .header-title-logo a img { width: 500px; position: relative; max-height: unset; transition: all 0.3s; } .shrink .header-title-logo a, .shrink .header-title-logo a img { width: 100%; max-height: 150px; transition: all 0.3s; } Hi Tuanphan. Is there a way to do this in reverse? IE. start big then shrink down on scroll down? `thanks!
Want top logo to get super big when you scroll up (and main navigation links go above)
in Blocks
Posted
Hi Tuanphan. Is there a way to do this in reverse? IE. start big then shrink down on scroll down? `thanks!