MyBB Community Forums

Full Version: can anyone suggest how to creat a prefix stylr like Xenforo prefixes.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need your help , please help.
Can you show an example?
(2020-08-04, 05:14 PM)Kieria Wrote: [ -> ]Can you show an example?
yes.[Image: Screenshot-2020-08-04-23-05-56-608-com-a...chrome.jpg]
Thanks Omar for your suggestions. I made a css code for prefixe table.
Here it is :- 
.prefixe1 {
    background-color: #1381BE;
    border: 1px solid #278EDF !important;
    border-radius: 3px !important;
    box-shadow: 0 0 1px #F9F9F9 inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 4px;
    vertical-align: middle;
}
Hey PARADOXP,
I wrote a tutorial on this some time ago, it might be helpful for further reading and also adding font awesome icon in prefix to design them even better Smile
https://wallbb.co.uk/how-to-add-beautifu...efix-tags/

Cheers
WallBB
(2020-08-05, 05:55 AM)WallBB Wrote: [ -> ]Hey PARADOXP,
I wrote a tutorial on this some time ago, it might be helpful for further reading and also adding font awesome icon in prefix to design them even better Smile
https://wallbb.co.uk/how-to-add-beautifu...efix-tags/

Cheers
WallBB
Thank you so much WallBB . Finally i got it. it's too much helpful for me.
(2020-08-05, 05:55 AM)WallBB Wrote: [ -> ]Hey PARADOXP,
I wrote a tutorial on this some time ago, it might be helpful for further reading and also adding font awesome icon in prefix to design them even better Smile
https://wallbb.co.uk/how-to-add-beautifu...efix-tags/

Cheers
WallBB
[Image: Screenshot_1653.png]


Work Like Charm Thank You brother ...