Anonymous ID: 096860 Dec. 15, 2020, 9:19 a.m. No.12038668   🗄️.is 🔗kun   >>8691 >>8728 >>9169 >>9325

>>12038648

Or this javascript added to Options User JS

 

/ Display a replies counter overlay in the bottom right corner /

$(function(){

$('head').append('<style>#thread_stats_posts_ovl { '+

'position:fixed;bottom:15px;right:35px;'+

'font:38px sans-serif;opacity:0.5;color:#f60;}</style>');

$('body').append('<div id="thread_stats_posts_ovl"/>');

function copyStats() { $('#thread_stats_posts_ovl').

text($('#thread_stats_posts').text());}

$(document).on('new_post',copyStats); copyStats();});

Anonymous ID: 096860 Dec. 15, 2020, 9:27 a.m. No.12038746   🗄️.is 🔗kun

>>12038728

Try this neat CSS in Options Theme

 

span.heading { color: black; / Make Red Text Normal /

font-weight: 100;

font-variant: normal;

font-size:90%;

}

span.small { color: black; / Make Small Text Normal /

font-weight: normal;

font-variant: normal;

font-size: 100%;

}