Snippets / CSS
CSS
Remove Buttons on Create Post Confirmation Page
D
Donald McGuinn
·
167 views
·
Updated 2 years ago
Once the user is done submitting their post, they are directed to a confirmation page with two buttons. In order to remove them, add the snippet below to your site.
.es-buttons a.ts-btn-2 {
display: none;
}
.es-buttons a.ts-btn-1 {
display: none;
}
CSS · 6 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.