Support آیکن های صفحه راهنما

Welcom

Registered
سلام . چطوری آیکن های صفحه راهنما را تنظیم کنیم ؟؟ سپاس

a772f1cd083d2.png
 
Solution
  • extra.less
CSS:
/** Faq Icon @ XNFORO.IR **/
.p-body-sideNavContent a {
    &:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 3px;
}
    &[href*="/help/smilies/"]:before { content: "\f118" }
    &[href*="/help/bb-codes/"]:before { content: "\f121" }
    &[href*="/help/trophies/"]:before { content: "\f091" }
    &[href*="/help/cookies/"]:before { content: "\f0c1" }
    &[href*="/help/terms/"]:before { content: "\f0e3" }
    &[href*="/help/privacy-policy/"]:before { content: "\f05e" }
}
/** Faq Icon @ XNFORO.IR **/
  • نمونه زنده رو می تونین از این بخش مشاهده کنین

XenForo

Administrative
  • extra.less
CSS:
/** Faq Icon @ XNFORO.IR **/
.p-body-sideNavContent a {
    &:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 3px;
}
    &[href*="/help/smilies/"]:before { content: "\f118" }
    &[href*="/help/bb-codes/"]:before { content: "\f121" }
    &[href*="/help/trophies/"]:before { content: "\f091" }
    &[href*="/help/cookies/"]:before { content: "\f0c1" }
    &[href*="/help/terms/"]:before { content: "\f0e3" }
    &[href*="/help/privacy-policy/"]:before { content: "\f05e" }
}
/** Faq Icon @ XNFORO.IR **/
  • نمونه زنده رو می تونین از این بخش مشاهده کنین
 
Solution
  • Tags
    آیکن های صفحه راهنما
  • Back
    Top Bottom