Customize fonts in article mode

XenForo Customize fonts in article mode

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Customize fonts in article mode - Change font sizes in articles

Screenshot_12.jpg


Customize fonts in article mode
_____________________________________


This allows you to change the font size in the "Preview" mode of the articles
  • 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...

Read more about this resource...
 
Back
Top Bottom