book-rev-lite主题的原来底部背景色是#3c3c3c 灰黑色,但是这个背景色我添加的链接代码全部看不到了,所以我想修改成白色的。在wp-content/themes/book-rev-lite/style.css文件里修改颜色的代码即可。
/* chong zhe li kai chi */
#comments-section #comments-container .comment .author-name, #comments-section #comments-container .comment .author-name a {
color: #ffffff;
text-transform: uppercase;
font-family: "Titillium Web", sans-serif;
font-weight: 600;
line-height: 1;
-webkit-transition: all 0.250s ease-in-out;
-moz-transition: all 0.250s ease-in-out;
-o-transition: all 0.250s ease-in-out;
transition: all 0.250s ease-in-out;
}
/* dao zhe li jie shu */



0 条评论
表情面板
您的邮箱地址和手机号码不会被公开。 必填项已用 * 标注