ripro子主题网最新图标如何添加?

ripro子主题网最新图标如何添加?

 

· ripro子主题网最新图标如何添加? ·

1: Ripro theme settings – Ultimate theme settings – Top settings

2: Open / close navigation menu bar fixed button extreme 4.0+

3: Can change the link icon of this article

我们是酷客帮KUKEBANG.CN的站长,也是你建站资源的提供者,优质资源只为你提供。前几天,我在网上浏览时见到一个非常不错的资源,于是我们经过多方渠道终于寻得这款资源,现分享给有缘的你,希望你能喜欢

教程名称:

超实用_ripro子主题网最新图标如何添加?

开始教程:

NEW图标

1:加在wp-content/themes/jizhi-chlid/diy.css底部

.icon_new {
    display: block;
    animation: hot 1s infinite linear;
    -moz-animation: hot 1s infinite linear;
    -webkit-animation: hot 1s infinite linear;
    -o-animation: hot 1s infinite linear;
    width: 25px;
    height: 14px;
    background: url(https://www.zhankr.net/wp-content/themes/ripro-chlid/assets/new.png) no-repeat center;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -12.5px;
}

2:放进后台-菜单-分类名称后面

<span class="icon_new"></span>

HOT图标

1:加在wp-content/themes/jizhi-chlid/diy.css底部

.icon_hot {
    display: block;
    animation: hot 1s infinite linear;
    -moz-animation: hot 1s infinite linear;
    -webkit-animation: hot 1s infinite linear;
    -o-animation: hot 1s infinite linear;
    width: 25px;
    height: 14px;
    background: url(https://www.zhankr.net/wp-content/themes/ripro-chlid/assets/hot.png) no-repeat center;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -12.5px;
}

2:放进后台-菜单-分类名称后面

<span class="icon_hot"></span>

如下图:


分享到 :
相关推荐

发表评论

邮箱地址不会被公开。 必填项已用*标注