No content to show
User Activity
Hello @ThePrimeWeb !Your solution works, but the problem is that putting this code in the theme.liquid file disabled the slide-in animation, which I'd like to keep. But I found out how to solve this : I edited the class you suggested directly in base...
Hi everyone and thanks in advance for your help Something weird is happening on my product grids when I sort the products using the Sort By options : As you can see, the space between the product cards is deleted and cards touch each other. Now wha...
03-25-2024
I figured it out. For those with the same issue, here's what I did :In component-mega-menu.css :.mega-menu[open] .mega-menu__content {
opacity: 1;
transform: translateX(0%);
animation: animateMenuOpen var(--duration-default) ease;
}It now works
Hello, and thanks in advance to everyone willing to help I want to setup a mega menu on Dawn Theme that would open when hovering instead of clicking the links. Here, nothing is wrong, it works fine thanks to this script I added in "header.liquid" :<...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
378 | 04-02-2024 07:42 AM | |
965 | 03-25-2024 04:58 AM |