Can I hide this tag using CSS based on Your text
?
<a href="/workflow/Lists/users1/AllItems.aspx" >Your text</a>
I've tried the following code that works properly:
a[href='/workflow/Lists/users1/AllItems.aspx']{ display: none; }
But I want to include the display name within the a Tag
Is this achievable?