I recently moved the menu that was in my toolbar to the footer. I want to now remove the empty space under my announcement bar, and be able to pull the navigation and banner image up the page.
I am in Debut theme.
I recently moved the menu that was in my toolbar to the footer. I want to now remove the empty space under my announcement bar, and be able to pull the navigation and banner image up the page.
I am in Debut theme.
please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.
.toolbar__content { display: none !important;}
Thanks!