wordpress怎么在导航栏上加hot,new等小图标

在主题设置+自定义CSS里面加入如下代码即可实现哦!

.menu-item.hot:after {

background-color: red;

border-radius: 3px;

color: #fff;

content: "HOT";

font-size: 10px;

line-height:1;

padding: 1px 3px;

position: absolute;

right: -1px;

top: 12px;

}