Select Variant text – capitalized letters
-
In the product previews (grid) I have the link to “Select variant”. Unfortunately, the first letters of both words are capitalized. I want to change this, but I can’t find it in the translation files!
thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
When I click “Select variant” I get to the product page. Could you give me the product page where I can see this block so we can provide custom CSS?
Best Regards
hello and thank you for the quick reply. i think there is a misunderstanding here. it’s not about where the link points to, it’s about the fact that every word in the link starts with a capital letter.
To say it simply:
Currently the link text looks like this: Ausführung Wählen (both words start with a capital letter)
I want: Ausführung wählen (only first word with a capital letter)
Thanks!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-alt .wd-add-btn>a span {
text-transform:none;
}
Best Regards