Remove arrow/caret from menu

I would like to remove the arrows/carets from two menu items, ‘gallery’ and ‘services’ please.

I would like the user to be able to hover and the dropdown menus appear but without the arrow displaying. Is there additional CSS for this please?

Thank you,
Claire

Hi there

yes sure, you can use this code to remove it:

.navbar-nav > li > .caret {
    display: none;
}

Regards

Thank you so much for speedy response. Have updated it now.

Thank you too and thanks for being our customer @ironbutterfly

Regards