Hi there,
Apologies for the delay in coming back to you. I’ll add this to the docs but for now, you should be able to add icons using CSS like so:
.rooms .room:before { content:""; display:inline-block; margin-right:6px; width:16px; height:16px; background:center center no-repeat; background-size:cover; }
.rooms .room.room-bedrooms:before { background-image:url(https://cdn2.iconfinder.com/data/icons/rental-icon/240/bed-16.png); }
.rooms .room.room-bathrooms:before { background-image:url(https://cdn1.iconfinder.com/data/icons/amenities-solid-ii/48/_hot-tub2-16.png); }
.rooms .room.room-receptions:before { background-image:url(https://cdn1.iconfinder.com/data/icons/windows8_icons/26/sofa.png); }
… changing the URL’s to the icons accordingly. I think in future we’ll also add the option to add icons by default too and will put this on the roadmap. Hopefully the above solves this for now.
Any questions regarding the above just let me know,
Steve