How can I remove the arrow next to 'shop' in my dropdown menu?

hi, for the dropdown menu under ‘shop’ there is a small arrow next to ‘shop’, i want this arrow to be removed, is this possible?

url: www.joepdries.com

Hi @winandgetrich ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
    2.Assets/base.css
  2. add code below to end of file
.header__menu-item .icon-caret {
    display:none;
}
1 Like

Hi @winandgetrich ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly