I want to remove the Top Bar from my store, i’ve tried to go thru the Q&A section to find a way to remove it. I have been able to remove it, with some of the codes i’ve seen on the Q&A, but the “Cart” is missing as well. I’ve tried the following code, and some shorter variations. I think this code was specifically for dawn, but it does work on turbo as well. Presumably because coding is usually the same language between other themes.
.top-bar { display: none !important;}
.header__icons {
visibility: visible !important;
opacity: 1 !important;
transition: visibility 0s linear,opacity .33s linear .1s !important;
}
What i’m trying to get at, is removing the top bar, but i want to include the “Cart” on the main menu
