Solved: 1 Month, 2 Weeks, 6 Days ago status online postbit Font Awesome
#1
Solved: 1 Month, 2 Weeks, 6 Days ago
good morning, everyone. I wanted to ask you how I can replace the online and offline status in the postbit with Font Awesome icon. The desired effect would be on top of the avatar. Thanks in advance for your help as always Smile
Reply
#2
Solved: 1 Month, 2 Weeks, 6 Days ago
if you want use html you can change postbit_online/postbit_offline templates
else if you want use css , you can add any class or ID to your offline and online elements and use icon for that element like this

.YOURCLASS{
    position:relative;
}    
. YOURCLASS:before {
    content: "\25AE";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
 }

in content property you can put your icon as content code that you can find in fontawsome and change your font-family name based on your fontawsome version font-family  name
Reply
#3
Solved: 1 Month, 2 Weeks, 6 Days ago
I still managed to do it in a slightly different way but thanks for the tip as always Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)