How can I replace text with CSS using a method like this:
.pvw-title img[src*=\"IKON.img\"] { visibility:hidden; }
Instead of ( img
img
I had better luck setting the font-size: 0 of the outer element, and the font-size of the :after selector to whatever I needed.
font-size: 0
font-size
:after