我正面临社交媒体小部件(侧边栏)的问题,因为它在帖子页面上正常工作,但在主页上却无效。
请查看演示
帖子页面:www.goo.gl/BJOJ34
主页:www.goo.gl/p42S9F
了解更多信息,请告诉我。
由于
答案 0 :(得分:0)
缺少CSS,所以在索引或帖子页面上写css并检查。以下CSS适用于facebook按钮。从您的these-10-startups-won-singapore-central.html
页面复制CSS并粘贴到index.html
或post page
。
.smart-connect .follow_blog .btn_fb
{
background: #3a579a;
}
.smart-connect .follow_blog ul li
{
list-style: none;
list-style-type: none;
padding: 0;
margin: 3px 5px 0;
width: 50%;
max-width: 165px;
display: inline-block;
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-weight: 500;
overflow: hidden;
text-align: center;
height: 32px;
line-height: 32px;
color: #fff;
transition: all .4s;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}