- Compatibilidad con XF
- 2.2.x
- Descripción breve
- 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