Hide country selector

Hello

How can i show only the currency and not the country name in my header?

https://yoga-spirit-mauritius.myshopify.com/

rtewth

Thanks

Hey @TBS2023

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

  • Here is the solution for you @TBS2023
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ā€˜Save’ to save it.
.localization-form {
 display: none !important;
}
  • Here is the result you will achieve:

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

I still want to show the currency selector but not the counntry name

Hi @TBS2023

This is Amelia from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

[aria-describedby=ā€œHeaderLanguageLabelā€] {

display: none;

}

Hope that my solution works for you.

Best regards,

Amelia | PageFly

Add the following code to your theme.liquid file before the " " tag.


unfortunately - none of these options worked

nothing happens :disappointed_face:


@TBS2023 can you try it

please try again with this code

[aria-describedby=ā€œHeaderLanguageLabelā€] {

display: none !important;

}

still nothing

still nothing :disappointed_face: