Hey!!
I would like to add the country tag in my header. I did it but its too close to the search icon and also I would like to to appear just the country code, not the whole name.
This is how it looks like in my store
This is how I would like it to appear, if its possible with the separation |
Thank you in advance
1 Like
Hi @yalostore
Would you mind to share the URL store or the preview with the country tag? Thanks!
Oh, Sorry I need the preview with the country tag. So I know to adjust it. Thanks!
Oops!! sorry. Its visible now.
1 Like
Thank you. I want able to hide the Currency sign in the drop down. It needs a HTML edits. But try this one for the space.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.desktop-localization-wrapper {margin: 0 40px;}
#HeaderCountryForm > div > div > button > span {
clip-path: inset(0px 0px 0px 55px);
}
I did it but this code ( .desktop-localization-wrapper {margin: 0 30px;} ) changed my logo position to the left in the mobile version :(. I dont want that. Do you have any other idea?