text transform after update
-
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.
Hi,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
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.
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
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.
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.
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.