Dealing with an online store, I'm facing issues with the styling of some items.
The products come with individual attributes listed one after another in this format:
<b>Brand:</b>
<span itemprop="brand">Cosmetal</span>
<br>
<b>Configuration:</b>
<span class="editable" id="attribute-values_129_value" title="">Under Counter</span>
<br>
Is there a way to add a bullet icon before each line of text since they can't be enclosed within a p tag or any other element?
Appreciate any guidance!
Niki