Hi,
Is there a way to hide the time stamp (xx hours ago) in the latest topics widget?
Thank you
Hi @danniee,
Please try following CSS code:
#wpforo #wpforo-wrap span {
display: none !important;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page " Custom CSS Code" textarea.
In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Hi, thank you for the reply. I tried it, but did not work. No changes happened whatsoever to the Recent Topics widget. I refreshed several times, cleared cache and also deactivated Cloudflare. Any other suggestions?
Thank you! This removed the time stap, but it leaves a comma after the username. Is there any way to remove it?
Much appreciated.
Perfect! Thank you so much for your kind help and patience!