Arrows next to menu items

Hi!

Hope you’re well today.

After last update there’s a problem with arrows next to menu items on my website www.biggerthanlimits.com

As you can see there are two: gold and black arrows visible and before update there was only one (black which turned gold when you hover over menu item).

Is there a way to fix it?

Anna

Hello Annag92,

I hope you are doing well today.

You can use the following CSS code to remove the second arrow by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove second arrow*/
.navbar-nav li.menu-item-has-children:after {
    display: none;
}

Best Regards,
Support

It helped! Thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support