All things Shopify and commerce
I've created Menu Items with main categories and then categories beneath those. (dawn theme)
Main category: iPhones
Drop down from iPhones: more Iphones
I can click on the drop-down menu, but I can't click the first main category (from example, Iphones) to show all the products from the drop-down options.
Does anyone know how to fix this? Thanks!
Site: Designyourcase.nl
Password: Voetbal
I have the same problem and nobody answer.
@Luc1234 We can achieve this through some customization in code. Please follow below steps to redirect to the respective main category page and let me know whether it is useful for you.
<a href="{{ link.url }}">
<span {%- if link.child_active %} class="header__active-menu-item" {% endif %} > {{- link.title | escape -}} </span>
</a>
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hello thanks for your reaction But what to I need to delete first? I know I need to paste this somewhere but what code do I need to delete to replace it with this?
Hello, it worked but now the name is a other color then white. How can I resolve this?
Thanks!
@Luc1234 Please add below code in the "if" condition in the code which we provided in the previous comment and let me know whether it helps you. Please find the attached screenshot for your reference.
link.current or
Then, find "base.css" file and paste below code at the bottom of the file.
header-menu .header__menu-item a {
color: #FFFFFF !important;
text-decoration: none !important;
}
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hi,
Thank you for providing this solution. It works only on desktop but not on mobile, can you please help resolve the issue on mobile?
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024