Top Bar Out of the Sandbox Turbo Portland Theme

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
9251 1856 1890

Hi @MangusFA 

Could you share your store link?

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

MangusFA
Tourist
9 0 2

Kidcovey.com

Dan-From-Ryviu
Shopify Partner
9251 1856 1890

What part do you want to remove?

Screenshot 2023-10-20 at 09.09.05.png

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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.