Top Bar Out of the Sandbox Turbo Portland Theme

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

Hi @MangusFA

Could you share your store link?

Kidcovey.com

What part do you want to remove?

The top bar is there, with the same color as the main menu. I want the top bar removed, but have the cart appear on the main menu. As previous times i’ve been able to remove the top bar with code, the cart disappears

Okay, i messed up. And forgot to remove the code i added earlier to hide the top bar. It’s currently back to default, and i want to remove the black bar in between the main menu and the announcement bar. I assume it’s the top bar i’m asking to remove. When the top bar is gone, i’d like to have the cart button on the main menu as it’s not visible, with previous codes i’ve tried.