创建的论坛主题
-
@xuiv
整个主题都可以下载
twentyfourteen/
-
该回复由 管理员 于 6 年, 5 月 前 修正。
@xuiv
我看了下,ie与chrome下你发的地址都是居中啦。
@kx14vip
CSS里加个全局标签颜色就好了
1.
2.
3.
a {
color: #24890d;
}
如果没反应可以
1.
2.
3.
a {
color: #24890d !important;
}
@muruozi
应该加上这一句在css上就可以了。
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
@media only screen and (max-width: 480px)
{
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: -15px 10px 10px;
min-height: 100px;
padding-left: 80px;
position: relative;
text-align: left;
width: 100%;
}
}
bbPress中文社区 & WordPress中文社区(分享交流技术,插件,主题,汉化等)