replace text with css
h2{visibility:hidden; position:relative; &:after{ visibility:visible; content:'nieuwe tekst'; position:absolute; left:0; } }