Skip to content

Snippets / CSS

CSS

Hide Reply Button in Timeline

D Donald McGuinn · 77 views · Updated 1 year ago
This code will hide the reply button on the timeline posts. 
.vxf-footer.flexify > div > a:nth-child(3){
display: none;
}
CSS · 3 lines

Discussion

Ask a question or share how you used this.

Log in to join the discussion.

No comments yet — be the first.

Voxel Guide assistant
Ask about snippets, addons & how-tos

Hey — how can I help?

I can dig through the library for snippets, addons, and tutorials.

AI can be wrong — double-check anything important.