How to prevent NopCommerce from converting breadcrumbs to uppercase?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
Hi all,

I have created a bi-lingual site with NopCommerce (English/Greek) and NopCommerce insists on converting the category breadcrumbs to uppercase. This is undesired behavior, because the conversion keeps inserting accents in capital letters in Greek, which -at least formally- is unacceptable.
Is there a way to prevent NopCommerce from converting breadcrumbs to uppercase, either from the administration panel or from directly modifying the source code?

Thanks in advance!
11 Jahre weitere
Hi,

remove the following line from the file styles.css of the element .breadcrumb:

text-transform: uppercase;
11 Jahre weitere
Thanks Mariann!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.