ECshop小京东 - 去掉首页头部搜索框店铺选项

官方出品:鸿宇科技
官方论坛:bbs.hongyuvip.com
官方QQ群:90664526
解决方案:按照教程操作即可,切记!!!网站右上角四个按钮[清除更新缓存],依次单击一遍,修改才会立即生效
QQ截图20170606160025.png

①打开 themes/68ecshopcom_360buy/library/page_header.lbi 约208行,找到下面代码
<li {if $smarty.request.type ==1}class="cur"{/if} num="1">店铺</li>
修改为
<li {if $smarty.request.type ==1}class="cur"{/if} num="1" style="display: none;">店铺</li>

 ②打开 themes/68ecshopcom_360buy/library/page_headerindex.lbi 约187行,找到下面代码
<li {if $smarty.request.type ==1}class="cur"{/if} num="1">店铺</li>
修改为
<li {if $smarty.request.type ==1}class="cur"{/if} num="1" style="display: none;">店铺</li>

 ③打开 themes/68ecshopcom_360buy/library/page_shopheader.lbi 约197行,找到下面代码
<li {if $smarty.request.type ==1}class="cur"{/if} num="1">店铺</li>
修改为
<li {if $smarty.request.type ==1}class="cur"{/if} num="1" style="display: none;">店铺</li>

0 个评论

要回复文章请先登录注册