Request to Change Text in Navigation Bar

Request to Change Text in Navigation Bar

FoodItalyWorld
Excursionist
17 0 4

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!

 

translate.png

Thank you very much for your assistance!

Replies 3 (3)

DaisyVo
Shopify Partner
4387 486 579

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.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
FoodItalyWorld
Excursionist
17 0 4

Is not working well, here the screenshot. Everything goes trasparent and no translation. Please can you help me? Thank you in advancetest.png

DaisyVo
Shopify Partner
4387 486 579

Hi @FoodItalyWorld 

 

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.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution