Go to zoomsounds > settings > appearance and in extra css enter:
body .zoomsounds-nav.skin-default .menu-item{
display: flex;
}
body .zoomsounds-nav.skin-default .menu-item .the-artist{
order:2;
font-weight: 400!important;
}
body .zoomsounds-nav.skin-default .menu-item .the-name{
font-weight: 700;
order: 1;
}
Leave A Comment?