I use an e-commerce package, and there are sections that my client wants to disable for hiding. The problem is that the package has all its tags under one class, and I'm not sure how to target some of them to hide or disable them.
I have 5 and would like to hide the 3rd one, say. They are in the table, so it looks like this:
<td><span class="lable">Description</span></td>
any suggestions?
Xtian source
share