Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JavaScript / Jquery to elide part of a figcaption element Reply To: JavaScript / Jquery to elide part of a figcaption element

#210145
Paulie_D
Member

Actually, you don’t need JS to do this (sort of).

figcaption::first-letter {
  font-size:0;
}

http://codepen.io/Paulie-D/pen/ZbxpLQ