Posts: 162 Location: Cornwall UK
Fri 25 Feb, 2011 02:10
Does anybody know how to edit the color of this? This would normally be named "Category head title text" or similar in older phpbb.
templates/prosilver_ip
I did think it was this, as it states color: #ffffff and font-variant: small-caps but no change when I changed the color :roll:
.tbl-title {
color: #ffffff;
padding-bottom: 3px;
font-variant: small-caps;
text-align: left;
}