Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Repeating Section # instead of trash cans?

I have a character sheet that I'm happy with except for the repeating sections. I would expect (from documentation and other character sheets) to see a trash can icon, but instead I see a #.  Is there any known workaround for this?
1676607310
GiGs
Pro
Sheet Author
API Scripter
You'll have to include more details, like the html and css for that section (or those sections, if there's more than one).
1676609519
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
If this is for a character sheet you are making, you need to apply the pictos font-family to that element. More info in the CSS wizardry wiki page .
1676683291

Edited 1676684894
Alex R.
Sheet Author
Thank you, yes. This is for a character sheet I am making, I just didn't realize the font wasn't applied to repeating sections by default. I just needed to add  .pictos {   font-family: 'Pictos'; } Thanks again!