I do think having a drop-down indicator of some sort is best in order to let visitors know that there are more menu items in a drop down. However, if you decide to hide the drop down, try this CSS:
#menu-main-menu-new .fa-angle-down {
display: none;
}
You might also be able to disable that indicator in your theme 🙂
Thread Starter
yvejr
(@yvejr)
Also, Flywheel doesn’t allow us to edit the wp-config mode. Is there is a way to turn on compatibility-mode using the functions.php file instead?