修改方法:打开网页,在需要修改的地方点击鼠标右键,点击检查,可以查看样式所在文件位置
修改右下角,去掉热门标签
打开_users/cache/compiled/ydproduct,里面的footer.php
13行的热门标签,换成布局吧
25行修改为
<span><a rel="nofollow" href="https://t.bujuba.com/?id=487" target="_blank">全天24小时网页自动发码</a> </span>
1、修改页脚
1、打开_users/cache/compiled/ydproduct
里面的footer.php
2、把10行-15行修改为
原来10-15行的是
<h3>友情链接</h3>
<ul><?php if(isset($modules['link'])){echo $modules['link']->Content;} ?></ul>
<?php }else{ ?>
<h3>热门标签</h3>
<ul><?php if(isset($modules['tags'])){echo $modules['tags']->Content;} ?></ul>
<?php } ?>
第一次的10-15行
<h3>咨询微信</h3>
<a href="https://t.bujuba.com/?id=400">咨询微信</a>
<?php }else{ ?>
<h3>咨询微信</h3>
<a href="https://t.bujuba.com/?id=400">咨询微信</a>
<?php } ?>
第二次的10-15行
<h3>友情链接</h3>
<ul><?php if(isset($modules['link'])){echo $modules['link']->Content;} ?></ul>
<?php }else{ ?>
<h3>友情链接</h3>
<ul><?php if(isset($modules['link'])){echo $modules['link']->Content;} ?></ul>
<?php } ?>
第三次
<h3>友情链接</h3>
<ul><?php if(isset($modules['link'])){echo $modules['link']->Content;} ?></ul>
<?php }else{ ?>
<h3>官方网站</h3>
<a href="https://t.bujuba.com/">布局吧</a>
<a href="https://t.bujuba.com/?id=487">激活码商城</a>
<?php } ?>
3、另外两个页脚设置在,登录后台,主题配置,页脚,代码为
<h3>自助下单</h3>
<a href="https://t.bujuba.com/?id=400">自助下单</a>
2、左下角设置
1、登录后台
2、打开右上角:网站设置
<span><a rel="nofollow" href="https://t.bujuba.com/?id=487" target="_blank">低价激活码商城</a> </span>
3、修改右下角
1、打开_users/cache/compiled/ydproduct
里面的footer.php
2、29行修改为
<span><a rel="nofollow" href="https://t.bujuba.com/?id=487" target="_blank">全天24小时网页自动发码</a> </span>
4、商品图片地址
_users/theme/ydproduct/include/random
5、友情链接图标
_users/theme/ydproduct/style/images
footer-icon2.png删除
6、修改立即购买图标
1、打开_users/cache/compiled/ydproduct
_users/theme/ydproduct/template
post-single-product.php
2、把代码
class="fa fa-edge"
修改为
class="fa fa-shopping-cart"
7、修改立即购买图标颜色
1、打开_users/theme/ydproduct/style
style.min.css
2、把代码
proright .buy .themeurl{background-color:#428bca;color:#fff;border:1px solid #337ebf}.proright .buy .themeurl:hover{background-color:#337ebf}
修改为
proright .buy .themeurl{background-color: #ec5a12;color:#fff;border:1px solid #e0510b;}.proright .buy .themeurl:hover{background-color: #E0510B;}
3、把代码
proright .buy .buytao{background-color:#f40;border:1px solid #f40}.proright .buy .buytao:hover{background-color:#f22d00;border-color:#f22d00}
修改为
proright .buy .buytao{background-color: #fff;border: 1px solid #ddd}.proright .buy .buytao a{color: #888;}.proright .buy .buytao:hover{border-color: #ccc;background-color: #fafafa}
8、右侧菜单插件修改
1、打开
_users/plugin/supermenu/style
里面的
supermenu.css
把\e77a1替换为\e8e81
把\e70c1替换为\e65d1
2、搜索
z-index
第一个
把55改为155