Okay
  Public Ticket #2031658
Problem with headlines and text
Closed

Comments

  • jbb123 started the conversation

    Hi,

    I would like to ask how to change the text setting in the headings - currently, by default, every word in the text is capitalized. Editing does not change anything. In WP, I have all words with lowercase letters, and  livee all of them with capital letter. How can I change it? Inserting text boxes also does not help. It is very annoying and blocks my job.

  •  8,994
    Tahir replied

    Hey ,

    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):

    h1, h2, h3, h4, h5, h6 {
        text-transform: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jbb123 replied

    Thanks, it worked.

    I have another question, regarding the big update (new theme version form 10 May) - if I have set up my website on the previous version, will the update affect existing elements? 

  •  8,994
    Tahir replied

    No it should not effect existing options. 

    Best 


    ThemeNectar Support Team