Thanks Wes, super articles! I followed the first one and added arrows. I wish that the top level arrows would point down like V
I do like how the 2nd-level arrows point out like >
https://movingintoharmony.com/
Do you by chance know how I might do that? This is the code I added:
/* Menu Dropdown arrows
——————————————— */
.genesis-nav-menu > .menu-item-has-children > a:after {
content: “\f347”;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 ‘dashicons’;
padding-left: 3px;
vertical-align: top;
}
.genesis-nav-menu .menu-item-has-children > a:after {
content: “\f345”;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 ‘dashicons’;
padding-left: 3px;
vertical-align: top;
}