Home Forums WoodMart support forum Select Variant text – capitalized letters

Select Variant text – capitalized letters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #434644

    semarketing.at
    Participant

    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.
    #434676

    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

    #438927

    semarketing.at
    Participant

    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!

    #439132

    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

Viewing 4 posts - 1 through 4 (of 4 total)