how to remove this?
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
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
- Here is the solution for you @marketingapt1b
- Please follow these steps:
- 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.




