Hide link using css bracket attribute, no access to HTML -
i don't have access html need hide link (#wall)
<td class="status_value"><span class="online"> - <a href="#wall"> leave comment </a> <a href="#today"> join today </a>
i have tried using
td.status_value[href='#wall']{display:none;}
target <a>
inside table cell, instead of table cell itself:
so
td.status_value[href='#wall']{display:none;}
becomes
td.status_value a[href='#wall']{display:none;}
Comments
Post a Comment