Top Bar Out of the Sandbox Turbo Portland Theme

MangusFA
Tourist
9 0 2

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

Replies 5 (5)
Dan-From-Ryviu
Shopify Partner
5345 966 988

Hi @MangusFA 

Could you share your store link?

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

MangusFA
Tourist
9 0 2

Kidcovey.com

Dan-From-Ryviu
Shopify Partner
5345 966 988

What part do you want to remove?

Screenshot 2023-10-20 at 09.09.05.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

MangusFA
Tourist
9 0 2

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

MangusFA
Tourist
9 0 2

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.