Customize fonts in article mode

Customize fonts in article mode 2022-05-25

Sem autorização para baixar
Compatibilidade com XF
  1. 2.2.x
Short Description
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 {
font-size: 13px; -> Description font size
.articlePreview-title {
font-size: 20px !important; -> Title font size

Screenshot_12.webp
Autor
axtona
Visualizações
409
Primeiro lançamento
Última atualização
Avaliações 0,00 estrelas 0 avaliações
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Mais recursos de axtona

Galeria de mídia XenForo / XFMG A
Galeria XenForo é um addon oficial do XenForo que permite adicionar uma galeria ao seu XF2
Data Tables A
Data Tables 1.0.0
create stand-alone, fully customizable data tables within XenForo

Recursos similares

Top