Thank you so much Digital Jedi for help me.
# What, exactly, are you trying change?
I want to change post color link, from red [
www.google.com ] to blue [
www.google.com ]
I mean like this:
if i want to change default post text size/font, i used this code in my
postbit_display_complete:
Code:
$post['message']="<font size='4' face='Comic Sans MS' color='#FF0000'>".$post['message']."</font>";
Can you help me, please!!