Shopify themes, liquid, logos, and UX
I have older customers and they are having a hard time seeing the menu caret for my columns. Is there any way to make them darker/bolder or even a solid triangle? Anything that will help them see the caret to know there is a menu available. Here is what it look looks like now. Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @PlymouthCards
Yes, of course. Please add the code below in your CSS file
.nav-desktop span.icon-down-arrow:before {
content: "" !important;
display: inline-block;
border: 8px solid transparent !important;
border-top: 8px solid #000 !important;
border-bottom: 0 none !important;
width: auto !important;
}
Hope this helps!
Would you mind to share your store URL? Thanks!
Thanks for the info, check this one.
.feature_image .nav-desktop__tier-1-link .icon-down-arrow {
color: black !important;
}
.icon-down-arrow:before {
font-weight: 900 !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much. This is much better. Would you have any suggestions on how to make it thicker? Or even a solid triangle like I did for mobile?
This is an accepted solution.
Hi @PlymouthCards
Yes, of course. Please add the code below in your CSS file
.nav-desktop span.icon-down-arrow:before {
content: "" !important;
display: inline-block;
border: 8px solid transparent !important;
border-top: 8px solid #000 !important;
border-bottom: 0 none !important;
width: auto !important;
}
Hope this helps!
Thank you so much! This is perfect and will help all my older customers be able to see everything. I really appreciate your help. ~ Lisa
Your welcome (",)
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025