There is a small update on Hopeareunus Theme.
The main thing I wanted to do this update is because Chip Bennett told pure CSS way of adding sub menu indicators. Well, you need some PHP also. Anyways if you have done something complete custom in your child theme CSS, you might want to update it. Basically I just added these styles.
`
#menu-primary .menu-item-parent > a:after {
content: “\f105”;
float: right;
font-family: ‘FontAwesome’;
padding-left: 7px;
padding-left: 0.5rem;
}
`