XF 1.4 Change Thread Prefix size

Harry D

Member
Hello,

I like the Thread Prefix feature but I wish there was the option to reduce the size. Is there any way to customize this?

Thanks,
 
Thread Content:
Code:
h1 .prefix {
    font-size: 50% !important;
}

Thread List:
Code:
.discussionListItem .prefix {
    font-size: 70% !important;
}

Change the size to whatever you want.
 
Top Bottom