Ellendway
01-20-2012, 03:09 PM
Hello guys,
I have got a question about default font color. I have got two designs right now - light and dark.
Myself, as admin I've got set default color (blue). But I want to have different color in both themes:
- Blue in light theme
- Red in dark theme
In Plugins, I did postbit_display_complete
if (is_member_of($post,6)) {$post['message'] = '<div style="color:#0042ff;">'.$post['message'].'</div>';}
Any idea how to do it?
I have got a question about default font color. I have got two designs right now - light and dark.
Myself, as admin I've got set default color (blue). But I want to have different color in both themes:
- Blue in light theme
- Red in dark theme
In Plugins, I did postbit_display_complete
if (is_member_of($post,6)) {$post['message'] = '<div style="color:#0042ff;">'.$post['message'].'</div>';}
Any idea how to do it?