を使うとリストになることが判明したので、
html内には出てないですが、検証モードで見つけた
post-categories
に
ul {
list-style: none;
}
を適用させたのですが、点は消えませんでした。よろしくお願いします。
<article class="article col-lg-9"> <div class="article-box"> <div class="article-ttl"> <h1><?php the_title();?></h1> </div> <div class="article-bar"> <div class="article-bar-tag article-outline-tag blue"> <?php the_category('');?> </div> <div class="article-bar-time"> <p><?php the_time('Y年m月d日'); ?></p> </div> </div> <div class="article-detail"> <p><?php the_content();?></p> </div> </div> </article>
.article-box { border: 2px solid #D1CCCC; background-color: white; } .article-ttl { margin: 10px; } .article-ttl h1 { font-size: 36px; font-weight: bold; text-align: center; } .article-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 4px; } .article-bar-tag { list-style: none; padding-top: 63x; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .article-bar-tag a { background-color: #00acee; border: 2px solid black; margin-left: 6px; margin-top: 6px; border-radius: 4px; padding: 2px 10px; font-weight: bold; cursor: pointer; font-weight: bold; display: block; font-size: 12px; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28); border-radius: 8px; color: white; list-style: none; } .article-outline-tag { color: white; text-shadow: 1px 1px 0 black,-1px 1px 0 black,1px -1px 0 black,-1px -1px 0 black; } .article-bar-time p { font-weight: bold; margin-right: 4px; } .article-detail { margin: 0 10px; }
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。