Home Forums WoodMart support forum text transform after update

text transform after update

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #444210

    EDEN
    Participant

    Hello, is it on purpose that you did not reproduce the titles text transform uppercase ?

    I think it was nice to have them, how can we bring them back please ?

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

    Hi,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #444296

    EDEN
    Participant

    here you go 🙂

    #444299

    EDEN
    Participant

    please let me add question, right after update, for some reasons, some regular text becomes very small (size of mobile even on desktop)

    please how to fix ?

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

    Hello,

    You can go to Dashboard > Theme Settings > Typography > Advanced > there you can add new Rule > in that you can select Menu related elements > then you can define the Text Transform option as Lowercase and can also define other Font Styling related options: https://snipboard.io/j2IFPJ.jpg

    You can read more about it here: https://xtemos.com/docs-topic/advanced-typography-settings/

    Best Regards

    #444553

    EDEN
    Participant

    Hello, i did exactly this but it doesn change anything, the titles on the right pannel of login and my basket are still uppercase but not capitalized like they used to

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

    Hi,

    Your issue has been resolved: https://ibb.co/smkVj6f

    The first text ”Mon Panier” is changed in advance typography https://ibb.co/sVTcPKy

    The second text text “Sous-Total” is changed with custom css.

    p.woocommerce-mini-cart__total.total strong {
        text-transform: capitalize;
    }

    Best Regards.

    #444725

    Hi,

    Your issue has been resolved: https://ibb.co/smkVj6f

    The first text ”Mon Panier” is changed in advance typography https://ibb.co/sVTcPKy

    The second text text “Sous-Total” is changed with custom css.

    p.woocommerce-mini-cart__total.total strong {
        text-transform: capitalize;
    }

    Best Regards.

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