How to remove the Welcome watermark on this page? [closed]

#span would reffer to an element with id=”span” you need to refer the correct element to achieve this:

 .intro-item span{display: none;}

Read a css manual on selectors for more about this.