03.12.2019, 07:18
You can set background via CSS:
Code:
.item.verticaltext.item-label {
writing-mode: vertical-rl;
text-orientation: upright;
background-color: red;
}