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.
Can you provide the website?
HTTPS://www.thevacuumstore.ca. Just look at any of the blog entries in the home page
To get rid of it, just follow the steps below. Let me know if it works
- In your online store,
- 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.
- Click Actions, the Edit code.
- Find the Asset folder and open the theme.scss file.
- At the very bottom of the file, add the code below
#shopify-section-blog-sidebar > section {
display: none !important;
}
