Shopify themes, liquid, logos, and UX
Hello, I’d like to update the text in the top navigation bar of my e-commerce site. Currently, it says "All Collection," but I’d like it changed to "Italian "Tutti i Prodotti" Unfortunately, I’m not sure how to make this change myself. Could you please help me implement it?
Site:https://fooditalyworld.com/ - Password : Cane12345!
Thank you very much for your assistance!
Hi @FoodItalyWorld ,
Here is the CSS code that you can use to translate the text.
Step 1: Go to your theme > Edit code > search "theme.liquid" file
Step 2: You can adjust the code right above </head> tag
<style>
select#collection-option {
color: transparent !important;
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
select#collection-option:after {
content: "utti i Prodotti";
color: black !important;
}
</style>
I hope it can help. Thank you!
Best,
Daisy - Avada Support team.
Is not working well, here the screenshot. Everything goes trasparent and no translation. Please can you help me? Thank you in advance
Your collections contain multiple options, which can be seen in this code snippet: https://prnt.sc/qJhaYnVZkteb. The display updates dynamically based on the JavaScript code applied to the options you select. Our CSS code, however, is limited to applying styles to static text and does not adapt to content that changes based on other attributes, such as in the image shown above.
This means that for dynamically changing elements, a JavaScript approach is needed to handle real-time adjustments rather than relying on CSS alone.
Our technical would like to investigate it further if you can grant him access to your theme. All the changes will be screenshotted for your reference. Is that okay with you?
Here is his email address: annvh@avadagroup.com
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support team.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025