Customize fonts in article mode

Customize fonts in article mode 2022-05-25

Sem autorização para baixar
  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.400
Pontuação de reações
1.401
Credits
$11.794
thanks to dear member @jessy submitted a new resource:

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;
}

  • We decrypt the code:
CSS:
.message--articlePreview .articlePreview-links {
font-size: 12px; -> Font size to "View full article"
.message--articlePreview .articlePreview-text .bbWrapper {...

Read more about this resource...
 
Top