Thursday, March 26, 2020

How to get the thread prefixes like on xfworld.net

Follow the direction below, pretty straight forward.

  • First go to your admin cp, then create a thread prefix in your nodes prefixes.
  • Then in your extra less template is where all the magic happens.
This is an example of what I use, here on xfworld.net.

Code:
.label.label--xF21 {
    background: #0f22ab;
    color: #fafafa;
    &:hover {
        background: #178EE9;
        color: #fafafa;
    }
    &:before {...
How to get the thread prefixes like on xfworld.net


source https://xfworld.net/threads/how-to-get-the-thread-prefixes-like-on-xfworld-net.40640/

No comments:

Post a Comment