Remove triangle for nav sub menus in Berlin?

I am using Berlin Theme and for sub menus it puts a triangle beside any menu that has sub menus in the header. I’d rather not have that triangle at all. How can I remove it while keeping the sub menus popup on mouse over?

www.sag-ufv.ca

Thanks.

The triangle is added with CSS, so you can easily remove it by just editing the stylesheet.

You’re looking for the #primary-nav [aria-haspopup="true"]:after style, and the one right after that one, #primary-nav [aria-haspopup="true"].open:after. Just deleting those two should banish the triangle.

That did it. Thanks!