A space to discuss online store customization, theme development, and Liquid templating.
How can I remove the arrows/chevrons in the header of the new dawn 2.0 theme?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Try adding this code to the bottom of bases.css
.header__inline-menu .icon.icon-caret {
display: none;
}
This is an accepted solution.
Try adding this code to the bottom of bases.css
.header__inline-menu .icon.icon-caret {
display: none;
}
That worked! Thanks so much!
@sarahdanu Fantastic! I'm glad the issue is solved.
Hey @Nick_Marketing
This worked great at removing the arrow/chevron, but there's extra space between the drop down menu item/name and the adjacent (right) menu item.
Do you happen to have a quick code snippet to completely remove the arrow and the space it would take up?
Thanks in advance!
Yeah same I need help on this as well. Thanks in advance!