Okay
  Public Ticket #1670221
First letter capitalization
Closed

Comments

  • firals started the conversation

    Hi,

    In when using forms the first letter of each question are capitalized. (See screenshot) 

    How can I force that off? So that only the first letter of the question is capitalized, or even better, it just takes the text as its original input?

    I already made sure the Salient settings are correct (See screenshot II)

    I also couldnt find anything strange in the css font file, so I'm really hoping you can help me out with this.

  • firals replied

    I also tried it on a different Salient site just now, same issue occurs.

  •  9,000
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   firals replied privately
  •  9,000
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • firals replied

    Hi thank you for your effort, but it doesnt work. It does not shows red crosses.

  •  9,000
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body .gform_wrapper .top_label .gfield_label {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • firals replied

    Dear Tahir,

    Your code doesnt work when i put it there, however, when I put in an HTML box on the page where its needed, it works like charm. (like this: <style> *inserts awesome Tahir code* </style>

    Is there any way the custom CSS box gets overwritten by the 'normal' css files later on since the new Salient release?

    Anyways, problem solved, thanks a lot.