Remove Boostrap Caret (arrow) on menu toggle links

My client wants me to remove the arrows on the top level drop-down menu items.

Is this somewhere in the functions file? I’m not seeing the code I need to modify.

I’ve already made quite a few modifications to the Sparkling theme on the site and very pleased with the level of documentation and the quality of the code…although it’s quite a bit different from the studio-press genesis framework I’m more familiar with.

Here’s the site: vacationrentalsmanzanita.com/

Thank you, in advance, for your help.

Okay, I figured it out by myself. Here’s the css I used.

.navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown .caret {
	border-top-color: transparent;
}