Nov 10, 2021 7:05 pm
Hello! wpDiscuz has a small roll up animation (from bottom to top) after post comment. Is it possible to disable it from functions.php or css? Thanks a lot
Website URL
5 Replies
Nov 11, 2021 6:21 am
Hi @egro,
Please use the CSS code below:
#wpdiscuz-loading-bar { display:none !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.