After trying a few of the suggested options here in the forums I’m unable to get the submenu indicator arrows to stop displaying. This is the site in question: http://cerulean.pmcgdev.com/
I’ve tried using the following in both the customizer and in the child theme’s style.css, but no luck.
.x-navbar .desktop .x-nav li > a > span:after{
content:"none"
}
.x-navbar .desktop .x-nav li>a>span:after {
display: none;
}
body .x-navbar .x-nav li>a:after {
content: "";
}