/*页码样式微调*/
.pagenav .current, .pagenav .page-numbers, .pagenav a {
border: 0;
padding: 8px 14px;
background: linear-gradient(148deg, hsla(0, 0%, 100%, 0), var(--main-bg-color));
-webkit-box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
box-shadow: 0 0 8px 0 rgba(95, 95, 95, .15);
border-radius: 6px;
}
文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/858.html
子比主题美化-首页文章列表悬停上浮开始
子比主题美化-首页文章列表悬停上浮开始
在网站管理后台—>主题设置—>自定义代码—>自定义CSS样式 添加以下代码:/*首页文章列表悬停上浮开始*/ @media screen and (min-width: 980px)...
添加微语页面
添加微语页面
美化教程1、首先在子比主题目录的functions.php里面加入以下代码://微语 add_action('init', 'my_custom_init'); function my_custom_...