I was wondering whether it is Possible to Change the Text Size of the Sub Forum listings on the Main Forum Page, as shown below:
New version phpbb:
dl.row-item dt a.subforum {
font-size: 1.3em;
line-height: 1.8;
}
phpBB-3.1.10:
a.subforum {
font-size: 1.3em;
line-height: 1.8;
}
phpbb3.0.10 phpbb3.0.9 Neither of the above will work
sos!!