- Short Description
- Get the place to high speed external link Download and Discuss Customize fonts in article mode 1.0.0. Now Current version with External download URL. There are store on a third-party network disk platform. From The Content have 1 Description Attachments, 284 Views on NullPro Community .
Customize fonts in article mode
_____________________________________
This allows you to change the font size in the "Preview" mode of the articles
DEMO:
Répertorie les meilleurs sites relatif à XenForo ?
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
_____________________________________
This allows you to change the font size in the "Preview" mode of the articles
DEMO:
Répertorie les meilleurs sites relatif à XenForo ?
- 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:
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
- Result