Customize fonts in article mode

xF2 Template Modification Customize fonts in article mode

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

SNap! submitted a new resource:

Customize fonts in article mode - Customize fonts in article mode

Customize fonts in article mode
_____________________________________


This allows you to change the font size in the "Preview" mode of the articles

DEMO:

Demo

  • In extra.less template, add this:
CSS:
.message--articlePreview .articlePreview-links {
    font-size: 12px;
}
.message--articlePreview .articlePreview-text .bbWrapper {
    font-size: 13px;
}
.articlePreview-title {...

Read more about this resource...
 
Top