親,看到你們wpcom的邊欄按鈕都已經(jīng)做好了,插件的邊欄按鈕什么時候更新呢!
問答邊欄按鈕什么時候能更新了
2個回復(fù)
-
-
愛主題
您好,后續(xù)更新會增加邊欄小工具,目前可以通過添加文本小工具,切換到文本模式下,添加以下代碼:
<a class="btn-post" href="替換成提問頁面鏈接地址"><i class="fa fa-edit"></i> 我要提問</a>
<style>
.btn-post{
display: block;
margin: 0 auto;
padding: 15px 20px;
font-size: 16px;
text-align: center;
color: #fff !important;
line-height: 1;
background: #1471CA;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
border: 0;
outline: 0;
}
.btn-post:hover{background:#0D62B3;}
</style>7年前 我來評論