Home Forums WoodMart support forum Label shown on hover for review images maximum file size

Label shown on hover for review images maximum file size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #162464

    Jeriss Cloud Center
    Participant

    Dear,

    In the new review images, you made a label “maximum file size is X and up to X images allowed” but the label is shown with every first word letter as capital.

    This is a non-sense to force all languages to adopt a style which cannot be universal for all languages. In French, this has no sense. Please remove this from the theme. If anyone wants this, then he/she has to customize it for him/herself.

    Please make it normal caracter style => only the first word letter in the sentence should be capital

    This is a normal phrase => OK
    This Is Not A Normal Phrase => NOK

    I already tried to rename it with String Translations but the style override the text…

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #162472

    Bogdan Donovan
    Keymaster

    Hi,

    Tooltip text-transform will be changed in next theme update. If you want to change it now, you can use the following CSS code snippet.

    body .woodmart-tltp .woodmart-tooltip-label {
    text-transform: unset;
    }

    Regards

    #162478

    Jeriss Cloud Center
    Participant

    Perfect, thanks

    Also the same should be applied on shop page for labels appearing on hover over :
    Add To Cart
    Add To Wishlist
    Quick Preview
    – …

    they all have this style which doesn’t fit all languages

    no need for code right now, I’ll wait for the next update

    thanks

    #162588

    Bogdan Donovan
    Keymaster

    You are welcome!

    #162590

    Jeriss Cloud Center
    Participant

    Have u checked my last comment here in this ticket?

    #162593

    Bogdan Donovan
    Keymaster

    As I initially said in following reply https://xtemos.com/forums/topic/label-shown-on-hover-for-review-images-maximum-file-size/#post-162472 “Tooltip text-transform will be changed in next theme update”. That means that the following change will affect all theme tooltips.

    #162745

    Jeriss Cloud Center
    Participant

    Ah ok, I thought each label had its own tooltip style.

    Thanks, waiting for the release

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