【管理后台--外观设置--自定义样式加代码】
.footer{
margin: 0 auto;
padding-top: 50px;
padding-bottom: 40px;
text-align: center !important;
width: 50%;
a{
text-decoration: none;
&:hover {
text-decoration: none;
border-bottom: 1px dashed @link-color;
font-weight: bold;
}
}
}
@media @phone{
.footer{
// display: none !important;
width: 100%;
}
}
【根目录文件】
vendor/flarum/core/views/forum.blade.php
【最后一行加入】
<div class="footer">
<p><a href="https://www.janehost.com/" target="_blank">JaneHost</a></P>
<hr style="border:0;border-top:1px dashed #edeff3 ">
<p>Copyright © <a href="{{ $forum->attributes->baseUrl }}"> "{{ $forum->attributes->title }}" </a> All Rights Reserved · <a href="http://www.miibeian.gov.cn/" target="_blank">京ICP备XXXXXXXX号</a></p>
<p> Powered BY <a href="http://flarum.org/" target="_blank">Flarum</a></p>
</div>
演示见本站:https://www.janehost.com/
由于本站采用的是国外服务器,所以不用备案,有需要主机服务器的亲,想用来放flarum论坛的站长请联系!我们一起共成长...