I'm wanting to just remove the line "Expires:Never" but can't seem to work it out how to hide it in CSS. Thanks!
<div class="mp_wrapper mp_users_subscriptions_list">
<strong>
<ul>
<li class="">
Basic Profile<br>
Expires: Never
</li>
</ul>
</strong>
</div>
` cannot be the child of ``.
– Rob Apr 27 '20 at 23:31` with css selector. See this: https://stackoverflow.com/questions/899252/can-you-target-br-with-css#899359 – A. Meshu Apr 27 '20 at 23:33