0

In the attached screenshot I want to select the text in CSS so I can give it a display:none I cant figure out to select it. Even a js, or jQuery solution would be appropriate. ive tried #text as what devtools says it is. ive tried p.woocommerce-shipping-contents::after that doesn't seem to let me hide it.

How can I hide this element with css, js, or jquery?

cant select text

Riots
  • 49
  • 7
  • Unfortunately, CSS does not have a selector for just text. If you are able to modify the HTML, you might want to wrap your text in a `` tag, add a class to it and then select that.. – blurfus Apr 28 '20 at 15:33
  • Also, could you please add a [mcve] of the code so that it's easier/faster to troubleshoot? – blurfus Apr 28 '20 at 16:07

0 Answers0