Support Adding new colors to Thread Prefixes

duppy

XF-Fan
Loyal Member
I know there is a field called "Custom CSS Class Name(s)" when adding a new prefix, but I am not sure what has to go there. I am trying to create a few new colors instead of just the default ones. How would I go about accomplishing this?

Thanks,
Duppy
 
Solution
  • Try this
Code:
.xnforo{
;background-color: #00000
}
  • This is with border
CSS:
  .xnforohashiye{background: #ffcb00;
    color: #000000;
    border: 1px solid #cca200;
    }

XenForo

Administrative
  • Try this
Code:
.xnforo{
;background-color: #00000
}
  • This is with border
CSS:
  .xnforohashiye{background: #ffcb00;
    color: #000000;
    border: 1px solid #cca200;
    }
 
Solution

DarKMaSK

Loyal Member
I know there is a field called "Custom CSS Class Name(s)" when adding a new prefix, but I am not sure what has to go there. I am trying to create a few new colors instead of just the default ones. How would I go about accomplishing this?

Thanks,
Duppy
You should do all these changes what @XenForo mentioned in a Child Theme, otherwise your changes may lost when you update to the next version.
 
  • Tags
    support adding new colors to thread prefixes
  • Back
    Top Bottom