XF 2.2 Bigger post font

Add this to the extra.less template:

Less:
@media (max-width: @xf-responsiveMedium)
{
    .message-body
    {
        font-size: 20px;
    }
}

Adjust the break point (wide, medium, narrow) and size to suit.
 
Back
Top Bottom