2025-03-14, 01:40 PM
I'll do some testing when I get home tonight. The PC I'm currently on doesn't allow me to open a dev console.
In the mean time, you can open a dev console and click on the "elements" tab. If you hover over the post it should show you the name of the element for the poster. Then do something like this for the CSS.
If you don't figure it out before I do, I will post later tonight.
In the mean time, you can open a dev console and click on the "elements" tab. If you hover over the post it should show you the name of the element for the poster. Then do something like this for the CSS.
Code:
<insert element name for post> {
display: none;
}
If you don't figure it out before I do, I will post later tonight.