How do you modify or eliminate the newletter signup box in a blog post?

Hello, We are setting up a blog section on our website and everything is going well except for the newsletter subscribe box that shows up on the right hand side. I would like to get rid of it or have the ability to manipulate it. I cannot find anywhere how to do this. Could anyone please lend me a hand. I am providing an image so you can see what I mean. Any help would be much appreciated.

Hi @thevacuumstore

Can you provide the website?

HTTPS://www.thevacuumstore.ca. Just look at any of the blog entries in the home page

Hi @thevacuumstore

To get rid of it, just follow the steps below. Let me know if it works

  1. In your online store,
  2. Choose the theme you want to edit. I recommend duplicating your theme before editing it so you have a theme to go back to if you dont like the changes.
  3. Click Actions, the Edit code.
  4. Find the Asset folder and open the theme.scss file.
  5. At the very bottom of the file, add the code below

#shopify-section-blog-sidebar > section {
display: none !important;
}