Skip to content

Instantly share code, notes, and snippets.

@uranaka
uranaka / wpp2.css
Last active March 22, 2018 21:46
記事の中に「WordPress Popular Posts」の人気記事ランキングを表示させた時のCSS https://uranaka-shobou.com/wordpress-popular-posts-customize/
.content-box .wpp-list {
padding: 30px;
background: #e2ffc4;
border-radius: 10px;
list-style-type: none;
}
.content-box .wpp-list li {
background: #fff;
margin-bottom: 30px;