Remove Buttons on Create Post Confirmation Page

Description/Instructions

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.

If this snippet helped, feel free to buy me a taco :)

.es-buttons a.ts-btn-2 {
display: none;
}
.es-buttons a.ts-btn-1 {
display: none;
}

  • CSS
Copy Code

Let's Chat About this Snippet