XF 2.1 Changing thread title font size

Hello,

Add this code in your EXTRA.less template :
CSS:
/*Thread Title CSS*/
[data-template="thread_view"] .p-title-value {
    font-size: 30px;
}

Regards, SyTry
 
Top Bottom