Customize fonts in article mode

Customize fonts in article mode 2022-05-25

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Enhance readability with extra.less template updates. Adjust font sizes for message--articlePreview, articlePreview-text .bbWrapper, and articlePreview-title for better user experience.
  • In extra.less template, add this:
CSS:
.message--articlePreview .articlePreview-links {
    font-size: 12px;
}
.message--articlePreview .articlePreview-text .bbWrapper {
    font-size: 13px;
}
.articlePreview-title {
    font-size: 20px !important;
}

  • We decrypt the code:
CSS:
.message--articlePreview .articlePreview-links {
font-size: 12px; -> Font size to "View full article"
.message--articlePreview .articlePreview-text .bbWrapper {
font-size: 13px; -> Description font size
.articlePreview-title {
font-size: 20px !important; -> Title font size

Screenshot_12.webp
作者
axtona
浏览
464
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

[XTR] AI Assistant A
The Most Comprehensive AI Integration for Your Forum
数据表 A
数据表 1.5.0
在XenForo中创建独立、可完全自定义的数据表
FS: AI Auto-Moderation [LITE] A
that leverages the world's most advanced Large Language Models (LLMs)
顶部