I have a table that is automatically generated by some software that I am using, the Table is QOProducts and has the four columns as below:
<table id="QOProducts" border="1" style="visibility: visible; display: block;">
<tbody>
<tr>
<th>
<b>Thumbnail</b>
</th>
<th style="width:250px;">
<b>Product Name</b>
</th>
<th style="width:150px;">
<b>Description</b>
</th>
<th>
<b>Quantity</b>
I have tried a few ways but does anyone know if it is possible to hide the second column in the global css file as I do not have direct access the the page. Or would I need to use jQuery?
Any ideas appreciated.