• Hi, please can someone help me to change all my text to lowercase. I think it is part of the original template to have the text in capitals. My website is https://www.purelycsr.com/background/ to see what I mean. I have tried adding the google fonts plugin but that doesn’t change it to lowercase text.
    Any ideas would be amazing! Many thanks, Shelley

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.ads-software.com here. In the meantime, try using Firefox with the Firebug add-on for this kind of CSS work. Or use whatever developer tool is available in your web browser.
    https://getfirebug.com/

    Thread Starter ShelleyRowley

    (@shelleyrowley)

    Thank you for your help. I will try that.

    just add one css in your style.css file.

    body{ text-transform:none!important; }

    And Yah! you should ask this kind of questions on stackoverflow.com instead. Enjoy!

    Thread Starter ShelleyRowley

    (@shelleyrowley)

    Thank you so much – it worked!! I have been trying to work it out for ages, so I am really pleased I put it on this forum. Thank you again!

    I am glad it helped you! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with changing all text to lowercase’ is closed to new replies.