Shopify themes, liquid, logos, and UX
Something I wanted to apply: https://streamable.com/l49ekm
My current store: https://qwu.co/
Solved! Go to the solution
This is an accepted solution.
Done
It is possible with some css.
Would appreciate it if you could share some tips on how to integrate that design. 🙏
Will look into it and update you
So in your base.css file under everything try this code
a.header__menu-item::before, ul.mm-submenu.tree li::before {
content: '' !important;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s;
}
a.header__menu-item:hover::before, ul.mm-submenu.tree li:hover::before{
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
if this works great, if not then i will need collaborator access to your store. Doing it from the inspector is just a pain.
Hm it doesn't seem like it works... May I send you the collaborator access?
Yeah, that would just the work more convenient.
Also you need that underline effect on all items, ri8?? So items in sub menu and the top ones or just the sub menu items.
Since every header item has a submenu it would be more logical to add hover effect on sub menu links
Actually, if the hover effect can be added onto the header menus, I would probably remove the submenus and create a category page for it instead. How would we go about adding you into the collaborator thing?
6781 here's the collaborator code
Okay. i have requested for access. To be honest if you don't really need it remove the submenus. I am confident to add that hover effect it would just save some work and also lessen the probabibility of code clashing in any way when you make updates.
I also believe the sub menus are removed, however there is a slight issue, when you hover to it it'll show a deeper color. I wonder if it'll affect it. Do let me know if it does.
i get the point, the app you are using for your mega menu is applying its own styles which does not let my style take effect. now since you are not gonna use those dropdowns you can possibly remove the app
It is removed already, I disabled the app itself.
Yes, and my code also works now. I have added that to your dawn theme.
Hello @Shadab_dev! Yes, it looks absolutely amazing! But is there any way to make the line under it disappear after clicking it? Right now, it leaves a line after I clicked on the page.
This is an accepted solution.
Done
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024