[Ayuda]  how to change color for Message Block?
Hi! I need advice. How to like this? Orange color for author. [attachment=1193] Not author be blue! [attachment=1192] Thanks for reading.

Hi! I need advice.

How to like this?

Orange color for author.
[attachment=1193]

Not author be blue!
[attachment=1192]

Thanks for reading.
hmm i not have idea. An sorry, but is with css in your theme.

Ahhh, im sorry, but, this service is in Spanish, for support on english, please visit: www.mybb.com

Regards
Move to International Support forum

MyBB-Es.com uses PHP in the template system

Código PHP:
<if $thread['uid'] == $post['uid'then>
                <
div>
<
div id="1" style="float:left; z-index: 1; position: Absolute;">
<
br><img src="images/globito02.png">
</
div>
<
div id="2" style="z-index: 0; padding: 5px;">
<
fieldset style="background: #ffffff;
border:2px solid #f4c98c;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;"
>
{
$post['message']}
</
fieldset>
</
div>
</
div
            </
div>
<else>
                <
div>
<
div id="1" style="float:left; z-index: 1; position: Absolute;">
<
br><img src="images/globito01.png">
</
div>
<
div id="2" style="z-index: 0; padding: 5px;">
<
fieldset style="background: #ffffff;
border:2px solid #bde1fd;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;"
>
{
$post['message']}
</
fieldset>
</
div>
</
div
            </
div>
</if> 
:)