Trying to select a certain block of text within a div using CSS attribute.
Doesn't seem to be taking, any other options? I have tried variences of
.welcome [text~="You are logged in as"]{
display:none;
}
The HTML text is
<div id="welcome">
You are logged in as <a href="example.com">Me</a> <b>(</b> <a href="http://example.com/index.php?route=account/logout">Logout</a> <b>)</b> </div>