- XF Compatibility
- 2.1.x
- 2.2.x
- Headline
- This allows you to change the font size in the \"Preview\" mode of the articles
- Short Description
- Download and Discuss Premium, Business Customize fonts in article mode 2022-05-25 version with External download URL on NullPro Community. There are store on a third-party network disk platform. From Customize fonts in article mode have 1 Description Attachments, 224 Views.
- In extra.less template, add this:
CSS:
.m--articlePreview .articlePreview-links {
font-size: 12px;
}
.m--articlePreview .articlePreview-text .bbWrapper {
font-size: 13px;
}
.articlePreview-title {
font-size: 20px !important;
}
- We decrypt the code:
CSS:
.m--articlePreview .articlePreview-links {
font-size: 12px; -> Font size to "View full article"
.m--articlePreview .articlePreview-text .bbWrapper {
font-size: 13px; -> Description font size
.articlePreview-title {
font-size: 20px !important; -> Title font size