Dynamic
Well-known member
Hi guys,
Would it be possible to add some sort of identification to each user upgrade <li>. It will allow us to split up user upgrades into categories using CSS. Currently for 3 user upgrades it looks like this;
<li>
<li>
<li>
It would be better if it had a class with the user upgrade ID or data attribute or something similar. So it looks more like this;
<li class="upgrade_ID1">
<li class="upgrade_ID2">
<li class="upgrade_ID3">
Thanks.
Would it be possible to add some sort of identification to each user upgrade <li>. It will allow us to split up user upgrades into categories using CSS. Currently for 3 user upgrades it looks like this;
<li>
<li>
<li>
It would be better if it had a class with the user upgrade ID or data attribute or something similar. So it looks more like this;
<li class="upgrade_ID1">
<li class="upgrade_ID2">
<li class="upgrade_ID3">
Thanks.
Last edited:
Upvote
0