Remove categories from newsletter subscription page

I need to remove the categories widget from my newsletter subscribe page.

https://ensurtec.com/subscribe

Hello there,

I hope you are doing well today.

You need to add the page ID for this page to have the widget hidden on this page only, so you need to edit the page and view the URL to find the page ID and replace the page ID in the CSS provided below.

Here is a link to help you:

You can use the following CSS code to remove the widget by going to Appearance > Customize > Additional CSS and pasting it there.

.page-id-662 div#categories-3 { display: none; }

Best Regards,
Support