misschaela Posted July 18, 2022 Share Posted July 18, 2022 Site URL: https://www.misschaela.com/work Hi, When scrolling on a portfolio page which has the Grid: Simple layout, I found that the contents weren't loading until having scrolled down quite a bit. My sitewide animation is set to slide. I managed to find some code where I was able to remove the animation from the page however, I realised that on mobile devices this has effected the menu. The menu icon is now just a single line instead of two. I am in search for some help to fix this menu issue. Code added: body#collection-62be561888195b576821081f * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } Any help would really be appreciated! Link to comment
tuanphan Posted July 19, 2022 Share Posted July 19, 2022 Try this new code body#collection-62be561888195b576821081f *:not(.top-bun):not(.patty):not(.bottom-bun) { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment