Customize fonts in article mode - Phông chữ tùy chỉnh trong chế độ article cho XenForo 2.2
Điều này cho phép bạn thay đổi kích thước phông chữ trong chế độ "Xem trước" của article
Trong template
Giải mã mã:
.message - articlePreview .articlePreview-links {
font-size: 12px; -> Kích thước phông chữ cho "Xem toàn bộ bài viết"
.message - articlePreview .articlePreview-text .bbWrapper {
font-size: 13px; -> Kích thước phông chữ cho mô tả
.articlePreview-title {
font-size: 20px! Important; -> Kích thước phông chữ cho tiêu đề
Kết quả:
Chúc các bạn thành công.
Điều này cho phép bạn thay đổi kích thước phông chữ trong chế độ "Xem trước" của article
Trong template
extra.less
, hãy thêm cái này:
Less:
.message--articlePreview .articlePreview-links {
font-size: 12px;
}
.message--articlePreview .articlePreview-text .bbWrapper {
font-size: 13px;
}
.articlePreview-title {
font-size: 20px !important;
}
Giải mã mã:
.message - articlePreview .articlePreview-links {
font-size: 12px; -> Kích thước phông chữ cho "Xem toàn bộ bài viết"
.message - articlePreview .articlePreview-text .bbWrapper {
font-size: 13px; -> Kích thước phông chữ cho mô tả
.articlePreview-title {
font-size: 20px! Important; -> Kích thước phông chữ cho tiêu đề
Kết quả:
Nguồn: xenforo.com
Bài viết liên quan
Bài viết mới