教程开始
1、找到 wp
-content
/themes
/ripro
/assets
/css
/diy
.css
将下面的 diy
.css
内容整体复制进去并保存
2、找到 wp
-content
/themes
/ripro
/functions
.php
将下面的 functions
.php
内容整体复制进去并保存
diy
.css
/*导航菜单增加分类统计*/
.num
{
position
: absolute
;
top
: 8px;
left
: 68%;
color
: #555;
border
-radius
: 8px;
text
-align
: center
;
font
-family
: Calibri
;
background
: #eee
;
font
-size
: 12px;
min
-width
: 32px;
}
@media
screen
and
(max
-width
:680px) {
.num
{
display
: none
;
}
}
functions
.php
转载请注明:汇站网 » ripro主题美化的网站二级导航菜单统计文章数