B2主题美化-首页列表文字前自定义图标

老规矩,先上演示.

图片[1]-B2主题美化-首页列表文字前自定义图标-岸边IBIAN

图片[2]-B2主题美化-首页列表文字前自定义图标-岸边IBIAN

修改文件 b2/Modules/Templates/Modules/Posts.php

把下列代码添加到第981行

$html .= '<p class="module-desc">'.$data['desc'].'</p>';

如图:

图片[3]-B2主题美化-首页列表文字前自定义图标-岸边IBIAN

 

添加下列css代码 到样式文件中:

.modules-title-box {
    display: flex;
}
.post-list .module-desc {
    height: 30px;
    margin-top: -3px;
    margin-right: 10px;
    width: 30px;
}
p.module-desc {
    border-left: none!important;
    padding-left: 0!important;
}

使用方法:

<img src="https://www.ibian.online/wp-content/uploads/2024/03/04.png">

如图:

图片[4]-B2主题美化-首页列表文字前自定义图标-岸边IBIAN

图标下载

2022021403554761

强制刷新即可看到效果.

THE END
点赞0赞赏 分享
抢沙发
头像
提交
头像

昵称

取消
昵称表情

    暂无评论内容