This is my website www.balerz.com could anyone help me with this
Hi @Walz001
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.header__menu-item .icon-caret{
display: none!Important;
}
Thank you, your solution was very helpful
This function only works on desktop, but not on moblie. could you pls help me with that
Hi @Walz001
I think you should keep the arrow shows on mobile.
But if still want to remove them, you can use this code
.menu-drawer__menu-item .icon-arrow{
display: none!Important;
}
How do I remove the drop down arrow on “shipping method” during the checkout. Customers assume there is only one shipping method as the other shipping methods are hidden under the drop down arrow. I need help
Thanks, this worked and he arrow is gone but there is a bigger space than the menus that didn’t have the arrow.
