<table border="0" cellspacing="4" cellpadding="0">
<tr>
<td colspan="3"><strong>Billing Name</strong></td>
</tr>
</table>
I am unable to edit the HTML here- I am using a "CMS" called Luminate Online, which, when I create something like an event or survey through the tool, it automatically formats everything very horribly. I have to go back in and style everything manually using their classes/ids etc. However, sometimes things don't have classes or ids or anything I can grab on to to style. Like the above, I want to style the words "Billing Name" but I can't figure out how to isolate JUST this (because if I style the td tags or strong tags it would obviously style ALL td or strong tags which I don't want).
Is there some way to use the words "Billing Name" to isolate this in CSS for styling?
If there's not a way using CSS, would someone so very kindly be able to show me the JS or jQuery I could use? I am not experienced in those so it's hard for me. Thank you so much!