新版begin主题修改手机菜单按钮为文字导航

7409127 2026年9月17日19:40:54
评论
15

手机📱菜单显示的是图标,不过个人还是喜欢汉字的好看,已更新支持最新begin主题,把代码放到后台主题选项的定制css里即可。新版begin主题修改手机菜单按钮为文字导航

5月13号更新按钮大小不一样bug;

代码:

  1. /*修改begin手机菜单*/
  2. .bars:after, .nav-mobile:after {
  3.     content: "导航";
  4.     background: #7ea0f0;
  5.     color: #fff;
  6.     padding: 1px 3px;
  7.     border-radius: 2px;
  8. }
  9. @media only screen and (max-width: 1025px){
  10. .nav-search:after {
  11.     content: "搜索";
  12.     background: #7ea0f0;
  13.     color: #fff;
  14.     padding: 2px 3px;
  15.     border-radius: 2px;
  16.     }
  17. .be-menu{display: none;}
  18. }
  • 我的微信
  • 微信扫一扫
  • weinxin
  • 我的微信公众号
  • 微信扫一扫
  • weinxin
7409127
  • 本文由 发表于 2026年9月17日19:40:54
  • 转载请务必保留本文链接:https://www.weiguopai.com/2026/09/17/%e6%96%b0%e7%89%88begin%e4%b8%bb%e9%a2%98%e4%bf%ae%e6%94%b9%e6%89%8b%e6%9c%ba%e8%8f%9c%e5%8d%95%e6%8c%89%e9%92%ae%e4%b8%ba%e6%96%87%e5%ad%97%e5%af%bc%e8%88%aa/
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: