wordpress美化文章下一页数字
只需要讲一下代码添加到主题的style.css文件中即可:
注意:样式代码是按照本站的样式进行修改,如需更改自己的主题需要F12自己查看具体代码
/*下一页*/ .page-numbers{ border-radius:3px; border:1px solid rgba(0, 0, 0, 0.15); display:inline-block; text-align:center; width:35px; line-height:30px; margin:0 5px } .next{ border-radius:3px; border:1px solid rgba(0, 0, 0, 0.15); display:inline-block; text-align:center; width:94px; line-height:30px; margin:0 5px } .prev{ border-radius:3px; border:1px solid rgba(0, 0, 0, 0.15); display:inline-block; text-align:center; width:94px; line-height:30px; margin:0 5px }
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:3.239.76.211,归属地:弗吉尼亚州Ashburn ,欢迎您的访问!
文章链接:https://www.ooize.com/wordpress-beautify-the-numbers-on-the-next-page-of-the-article.html
文章链接:https://www.ooize.com/wordpress-beautify-the-numbers-on-the-next-page-of-the-article.html
订阅
登录
0 评论