第一步:在后台的站点模块中,将标题,跳转地址,描述都留空。

第一步:在宝塔中,修改前端显示。
路径是:根目录-www-wwwroot-zykite_com-template-index-default-index
编辑index.html

找到页面最顶部的 <head> 标签,在里面粘贴这段样式代码:
<style>
/* 隐藏轮播图内部所有文字、黑色半透明遮罩、按钮 */
.swiper-slide div:not(.swiper-button-prev):not(.swiper-button-next){
display: none !important;
}
</style>