Removing a button from header

Solved

Removing a button from header

StafMeister
Excursionist
34 1 9

Hi, I've bought this theme and on the password/locked page there is this button that says "Shipping Status" On the top left corner and I can't get to remove it. How can I get rid of it please? The link to the page 

 

Thank you

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9673 1936 1973

This is an accepted solution.

Hi @StafMeister 

Please go to Online Store > Themes > Edit code > Layout > password.liquid, add this code after <head> 

<style>
.custom-button-wrapper { display: none !important; }
</style>

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
9673 1936 1973

This is an accepted solution.

Hi @StafMeister 

Please go to Online Store > Themes > Edit code > Layout > password.liquid, add this code after <head> 

<style>
.custom-button-wrapper { display: none !important; }
</style>

- Helpful? Like and Accept solution! Support me! Buy me coffee
- 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.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.