PIXPRO主题魔改教程(持续更新)

注意⚠️
1. 本教程内容,仅限于阶段性使用,版本更新后可以直接设置;
2. 程序搭建环境存在差异,使用前需慎重评估,教程只供学习,不对使用后果负任何连带责任。

封面元素修改

  1. 后台:外观 ➤ 自定义 ➤ 额外CSS
  2. 直接把下面的代码粘贴进去即可(信息都改成自己的)

/* 临时改封面 */
img[src*="banner.jpg"],
img[data-src*="banner.jpg"] {
    content: url('https://000.COM/xxx.webp') !important;
    width: 100% !important;
    height: 100% !important;
}
/* 1. 替换文字:MICAH → Evan */
.info .name {
    visibility: hidden;
    position: relative;
}
.info .name::after {
    content: 'Evan';
    visibility: visible;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 2. 替换文字:Born for design → Keep it real */
.info .des {
    visibility: hidden;
    position: relative;
}
.info .des::after {
    content: 'Keep it real';
    visibility: visible;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

/* 3. 替换头像 */
.ava img,
.ava img[src*="ava.png"],
.ava img[data-src*="ava.png"] {
    content: url('https://000.COM/avatar.png') !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

© 2026 EVAN.XIN · Attribution Required

评论区 | 3 条评论
  • 小王先森

    为啥不用我这个开源的moments

  • obaby

    开发的新主题吗?看了前面的文章还有php加密技术,感觉挺复杂的。

    • Evan

      @obaby 嗯。Pix作者新出的主题,不过已经不是单纯的博客主题了,增加了很多功能。

消息盒子
# 您需要首次评论以获取消息 #
# 您需要首次评论以获取消息 #

只显示最新10条未读和已读信息