人生是一场修炼

爱,不是塑造,而是支持 🌱  

1.主题里找到文件index.php,搜options->title和indexWords 修改后的代码.

<h1 class="m-n font-thin text-black l-h" 
        style="font-family: KaiTi, 楷体, serif; text-align: center;">
        <?php $this->options->title(); ?>
    </h1>
<small class="text-muted letterspacing indexWords" 
       style="font-size: 18px; color: #0078FF; font-weight: 400;line-height: 2.0; display: block; text-align: center;
font-family: 'STXingkai','华文行楷',cursive;">

帅锅
这个世界没有真相,只有视角。
2.主题里找到文件aside.php(在component文件里)搜索BlogName和BlogJob修改后的代码

<span class="block" style="line-height: 1.5; font-family: 'STXingkai','华文行楷',cursive;">
    <span class="text-lt" style="font-size: 20px; color: #f4d03f; font-weight: 400; /* 取消加粗 */">
        <?php $this->options->BlogName(); ?>
    </span>
    <b class="caret"></b>
</span>
<span class="text-muted text-xs block" 
      style="font-size: 16px; color: #3498db; 
             font-weight: 400; /* 取消加粗 */
             line-height: 2.0; 
             margin-top: 5px; 
             margin-bottom: 5px;
             font-family: 'STXingkai','华文行楷',cursive;">
    <?php $this->options->BlogJob() ?>
</span>

未来可期3.主题里找到文件headnav.php(在component文件里)搜IndexName()修改后代码

<span class="hidden-folded m-l-xs" 
      style="font-family: 'STXingkai', '华文行楷', cursive; font-weight: normal;">
    <?php $this->options->IndexName(); ?>
</span>

4.各种标题居中,开发者自定义CSS

.bg-light .lter,.bg-light.lter{text-align:center!important;font-family:楷体!important;}

5.文章阴影化,开发者自定义CSS

.panel{-moz-box-shadow:0 8px 10px rgba(255,112,173,0.35);}
.panel:hover{box-shadow:0 8px 10px rgba(62,147,241,0.37)!important;
-moz-box-shadow:0 8px 10px rgba(62,147,241,0.35)!important;}
.panel-small{box-shadow:0 8px 10px rgba(255,112,173,0.35);
-moz-box-shadow:0 8px 10px rgba(255,112,173,0.35);}
.panel-small:hover{box-shadow:0 8px 10px rgba(255,112,173,0.35)!important;
-moz-box-shadow:0 8px 10px rgba(255,112,173,0.35)!important;}
.app.container{box-shadow:0 0 30px rgba(255,112,173,0.35);}
.index-post-img,.entry-thumbnail{overflow:hidden;}


最后修改:2025 年 03 月 18 日
如果觉文章对你有用,点赞支持我一下。