centos-stream-9 centos9 配置国内源 阿里云源
The7.2 如何添加自定义社会化分享图标
请尝试编辑 路径:…/dt-the7/inc/theme-settings.php 文件的presscore_get_social_icons_data()函数
添加所需的社会化服务到阵列中。例如:
‘QQ’ => __(‘QQ’, ‘the7mk2′)
然后找到
主题选项 – 常规 – 自定义CSS:
[css]
.soc-ico > a.ning {
border: none !important;
width: 27px;
height: 27px;
background-size: 100%;
background-repeat: no-repeat;
}
.soc-ico .ning .icon {
display: none;
}
.soc-ico a.ning{
background-image: url(https://example.com/images/example.png);
}
.soc-ico a.ning:hover {
background-image: url(https://example.com/images/example-hover.png);
}
[/css]
然后在
添加之后在顶部栏应该就能看到!对图片要求比较高!实测!更多企业网站建设教程,请持续关注!