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?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024