ピン留めページのスタイル
#userCSS
https://fontawesome.com/icons
から探してUnicodeをcontentに
code:style.css
.grid li.page-list-item a .pin {
background-color:
#9de727;
background-image: none }
.grid li.page-list-item a .pin::after {
content: '\f02e';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 20px;
color:
#9de727;
bottom: 0;
}