How can I replace text with CSS using a method like this:
.pvw-title img[src*=\"IKON.img\"] { visibility:hidden; }
Instead of ( img
img
Or maybe you could wrap 'Facts' round a as follows:
Facts
Then use:
.pvw-title span { display: none; } .pvw-title:after { content: 'whatever it is you want to add'; }