Header - Store pickup

how to remove this?

@marketingapt1b ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.css

Step 3. Add this code to the end of file

span.header-info-block__caption.text-size--xsmall {
   display: none!important;
}

Result:

Hello @marketingapt1b ,

Please check the header settings there you will find an option to disable it.

Thanks

Hello @marketingapt1b

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.header-container.header-container--bottom.portable-hide { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

  • Then find the theme.liqid file.
  • Then add the following code at the before tag and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.