Remove arrows from menu items with "children"

Hi team,

I’d like to remove the downward arrows as they mess with the spacing of my menu items. Someone asked this earlier here but that CSS does not seem to work for me somehow. I even added !important.
What should I change?

My site: lipstickalchemist.com

Hi @lipstickalchemist,

I hope you are well today and thank you for your question.

You can remove it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page .navbar-default a:after{
    display: none !important;
}

After using shared CSS code please clear the W3 Total Cache that you are using on your site.

Best Regards,
Movin

This worked! Thank you!

You are most welcome here :slight_smile: