方法:
下面是用于美化文章页面的标签的 CSS 代码:
/** 文章页面彩色标签 */
.post-tags-icon {display:none;}
.post-tags{margin-bottom: 10px}
.post-tags a{padding: 4px 10px;background-color: #19B5FE;color: white;font-size: 12px;font-weight:bold;line-height: 16px;font-weight: 400;margin: 0 5px 5px 0;border-radius: 10px;display: inline-block;opacity:unset;}
.post-tags a:nth-child(5n){background-color: #ffc034;color: #FFF}
.post-tags a:nth-child(5n+1){background-color: #ff6eed;color: #FFF}
.post-tags a:nth-child(5n+2){background-color: #ff5e5c;color: #FFF}
.post-tags a:nth-child(5n+3){background-color: #1ac756;color: #FFF}
.post-tags a:nth-child(5n+4){background-color: #19B5FE;color: #FFF}
.post-tags a:hover{background-color: #1B1B1B;color: #FFF}
转载请注明:汇站网 » WordPress 美化 – 文章页面 tag 标签