How can I replace text with CSS?

前端 未结 21 2212
暗喜
暗喜 2020-11-22 06:17

How can I replace text with CSS using a method like this:

.pvw-title img[src*=\"IKON.img\"] { visibility:hidden; }

Instead of ( img

21条回答
  •  悲&欢浪女
    2020-11-22 06:56

    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.

提交回复
热议问题