演示网站: https://paper.tv/ (打个广告)
首先在
inc\functions-templates.php ~~121行添加
<button class="head-vip text" @click="showWriteBox"><i class="zrz-icon-font-dengpao iconfont"></i><br>投稿</button>
<button class="sousuo text" @click="showSearchBox('search')"><i class="iconfont zrz-icon-font-sousuo"></i><br>搜索</button>
可以 删除手机版本的 发起 + 购物车 ~135行
<div class="mobile-icon hide b-b">~~~~ 自己找
在CSS的添加 , 我是放在子主题上的,代码以下:
/* 右上角 投稿+搜索 美化 */
.sign-button-r .head-vip {
display: block;
width: 36px;
height: 58px;
color: #fff;
font-size: 12px;
background-color: #2f318b;
border-radius: 0 0 6px 6px;
top: -12px;
}
.sign-button-r .sousuo {
left: -45px;
width: 36px;
height: 58px;
color: #fff;
font-size: 12px;
background-color: #ff9900;
border-radius: 0 0 6px 6px;
top: -70px;
}
可以在会员窗口添加 我的购物车/任务链接
inc\functions-templates.php ~144行
<a href=""</span><?php echo esc_url(home_url('/cart')); ?>"" class="hd-avatar">
<i class="zrz-icon-font-haofangtuo400iconfont2gouwu iconfont"></i><?php echo __('我的购物车','7b2'); ?>
</a>
<a href="<?php echo esc_url(home_url('/task')); ?>" class="hd-avatar">
<i class="zrz-icon-font-liwu iconfont"></i><?php echo __('积分任务','7b2'); ?>
</a>
以上只是我的网站修改, 其中的数值请自己调整!!!
欢迎来我的小站 [ 纸工场 Paper.TV – 最新的纸模型图纸下载 ] 看看!!!