Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 12 Years, 2 Months, 2 Weeks ago Colored Prefix Background
#1
Solved: 12 Years, 2 Months, 2 Weeks ago Photo 
This user has been denied support. This user has been denied support.
i want background color to prefix.
pls give me tutorial how to make it.
thanks
#2
Solved: 12 Years, 2 Months, 2 Weeks ago
When creating a new thread prefix, set the display format to something like this:

<span class="prefix prefix-whatever">PREFIX HERE</span>

Then you can modify how it's displayed within your global.css using something like the below:

.prefix {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
}

.prefix-whatever {
    background: red;
    color: #ffffff;
}
#3
Solved: 12 Years, 2 Months, 2 Weeks ago
This user has been denied support. This user has been denied support.
repped.
thanks man.

it will creat single background color prefix.

but

How can i create different different color prefix??
#4
Solved: 12 Years, 2 Months, 2 Weeks ago
just change prefix-whatever to something different and add a new block for it to the CSS.
#5
Solved: 12 Years, 2 Months, 2 Weeks ago
This user has been denied support. This user has been denied support.
ok.
wow.thanks man.
pls read my previous pm and make it.

Is there any way that thread prefix seen only in selected forum and few prefix only use by admin?
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)