Not Solved How To Change Thread Subject Color
#3
Not Solved
In your Post Bit template find this:
<div style="text-align: center;">
<strong><i class="fa fa-comments"></i> UMTv2 / UMT Pro - QcFire v5.5</strong>
</div>
and replace the div by
<div style="text-align: center; color: #E31B00">

Another option, you can also add a new class and define CSS, e.g.:
<div class="postbit_subject">

CSS:
.postbit_subject {
text-align: center;
color: #E31B00;
}

[ExiTuS]
[Image: logo_wernicke_8040.png]
MyBB Forum + innovative full-responsive Theme
Live-Escape-Game-Forum
Reply


Messages In This Thread
RE: How To Change Thread Subject Color - by [ExiTuS] - 2020-03-31, 02:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)