Playlist – style skin-default navigation – switch artist name with song name

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;
}

 

Was this article helpful?

Related Articles

Leave A Comment?