Okay
  Public Ticket #2926760
Text style - Capitalized Case
Closed

Comments

  •  1
    kisunaite started the conversation

    Hi, I was wondering where can I find how to change text style. Some of my elements are using Capitalized Case. In Salient options, I removed Text Transform from all elements under Typography settings. 

  •  1,878
    Judith replied

    Hi There,

    Thanks for contacting us.

    Please send in your admin login credentials so that we can access your website and provide css for the text styles.

    Thanks.

  •   kisunaite replied privately
  •  1,878
    Judith replied

    Hi There,

    Seem your password is not working please check and resend.

    Thanks.

  •   kisunaite replied privately
  •  1,878
    Judith replied

    Hi There,

    Please try this css:

    .row .col.section-title span {
        text-transform: lowercase;
    }
    #respond h3, h3#comments {
        text-transform: lowercase;
    }
    .nectar-quick-view-box a.button, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
        text-transform: inherit;
    }

    Thanks.

  •  1
    kisunaite replied

    Sorry, but it didn't seem to change anything that I wanted. For example Leave a Reply changed to leave a reply.. So not sure what to do else. 

    I'll make some translations and then come back to you with this issue.