Hi Tom,
I remeved the drobdown arrow some time ago using:
.menu-item-has-children .dropdown-menu-toggle {
display: none;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
padding-right: 20px;
}
But now I want it back. I changed display to inline-block and it worked. But I wasn’t sure if thats the correct code.