Thanks in advance!
I am looking to remove the word ‘Instagram’ from the country/region selector. Example shown below.
Thanks in advance!
I am looking to remove the word ‘Instagram’ from the country/region selector. Example shown below.
Hi @MMast ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
You can follow these steps:
Step 1: Go to Online Store → Theme → Edit code.
Step 2: Open your base.css file
Step 3: Please paste the following code at the end of the file and save
.disclosure__list-wrapper.country-selector {
z-index: 9999;
}
Here are your results:
If you have any issues or need any further information about this instruction, please do not hesitate to contact us by tagging directly at Community post. Btw, if it worked, it’s grateful if you give us a like or solution, This can greatly motivate us to contribute to our community.
Hi @MMast , I modified the code a bit so it works in the mobile and currency menus
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()