At the top of all my pages there is a random random box called “page” and i cannot delete this, what is this? and how do i remove this?
theme:dawn
website:desire-online.net
At the top of all my pages there is a random random box called “page” and i cannot delete this, what is this? and how do i remove this?
theme:dawn
website:desire-online.net
hello @jakegrieveson
You can add code by following these steps to remove unwanted section on page
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code at the end of theme.liquid
Hello there,
div#shopify-section-template--19958073164066__main {
display: none!important;
}
.title-wrapper--no-top-margin > .title {
color: #000;
text-align: center;
}