Okay
  Public Ticket #2705990
capitalize, google fonts
Closed

Comments

  • w0dn1k started the conversation

    Hi,

    I would like to ask you how I can change the capitalize on menu, product name, categories...overall. We would like to disable this.
    Because of the speed we change the font on google fonts, bud the theme is still connecting your servers because of the fonts and the loading time is too long. How I can disconnect this please? We try to optimize the loading speed, bcoz now it is not good for us.
    Thank you for your answer.

  •  608
    WordPress replied

    Hello,

    Thank for your purchase.

    1: change the capitalize:

    With menu: You can go to Edit Header with Elementor -> Click to Menu and tab style -> You can change in Typography

    3838356675.png
    1627935280.png

    With product name: You can add custom style css

    .woocommerce div.entry-summary .product_title,
    .woocommerce-loop-product__title {
        text-transform: none;
    }
    Google fonts,: Can you provide an account admin so I can check that problem for you?