• Resolved mateuszkalamarz

    (@mateuszkalamarz)


    Hello,

    thank you for providing an option to set a different “AND” sign than “&”.

    I would love to be able to change the tab text “text-transform” property to other value than “capitalize”. This would make much more sense in my (Polish) language and I guess in many languages other than English.

    For context, “and” in Polish is simply “i” which in capitalized version transforms into “I” which looks weird and is hard to distinguish from lowercase “l” (in many fonts) or commonly used separator “|”. Also, in the checkout process we wouldn’t capitalize the phrase like “Dane i dostawa” (Billing and shipping) so currently created “Dane I Dostawa” looks unnatural.

    By default, both “wpmc-tabs-wrapper” and “wpmc-tab-text” use “text-transform: capitalize”. This can be of course changed by simply adding CSS to override it but code-wise it would be better to just change it via plugin setting.

    The workaround would be to assume these two stages will always be done in one step, set the “&” to empty string “” and translate the “Shipping” stage as “i dostawa” instead of simply “Dostawa”. Still, would be great to just be able to change the setting ??

    Best regards

Viewing 1 replies (of 1 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Adding the following CSS rule will undo the “capitalize”:

    .wpmc-tabs-wrapper .wpmc-tab-text { text-transform: initial !important; }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule.

Viewing 1 replies (of 1 total)
  • The topic ‘Allow changing “text-transform” of tab text’ is closed to new replies.