安企CMS:默认企业模板,菜单上不想要 多级菜单导航,删除方法不想要下面这个效果的,如图: 删除base.html 大约57-65行 之间的代码 如下 {% archiveList products with type="list" categoryId=inner.PageId limit="8" %} {% if products %} <ul
进入安企CMS网站后台-模板设计-编辑-css/style.css 使用快捷键:Ctrl+h找到:#0068AB替换:#40a070 葱绿然后点击:Replace All (Ctrl+Alt+Enter) 就是全部替换的意思结束:保存 如图所示
安企CMS:博客a 复制表格 到内容,前端不显示的问题把以下代码复制到CSS后面 .post-content table { width: 100%; background-color: #fff; color: #111 } .post-content table tr { transition: all .3s; -webkit-transition: all .3s }
登录宝塔-找到你的GO项目站点-设置 -伪静态 if ($host ~ '^0230008.com'){ return 301 http://www.0230008.com$request_uri; } 把:0230008.com 改成你自己的域名即可
登录后台--模板设计--编辑 base.html找到底部版权 位置: 添加代码如下: <a href="https://beian.miit.gov.cn/" rel="nofollow" target="_blank">{% system with name="SiteIcp" %}</a>
博客模板a,友情链接添加多了,无法换行的修改方法:找到模板设计-编辑 index/index.html大约在37行找到: <div class="friend-links"> <span class="title">友情链接:</span> {% for item in friendLinks %} <a class="item"