Eliminate uppercase text

  • Posted in : Read WP
  • rossmnz
    Participant

    Hi, how can I eliminate uppercase text from the entire theme please?

    ahmetsali
    Keymaster

    Hi, try the custom css code below;

     
    * { text-transform: none !important; }
    
    rossmnz
    Participant

    Thank you

    rossmnz
    Participant

    Unfortunately that custom css did not work. Is there anything else I can try please?

    ahmetsali
    Keymaster

    It works fine on my side, hit “CTRL + F5” if still nothing changes, provide a url to see what’s wrong if possible.

    rossmnz
    Participant

    That didn’t seem to work, url is http://www.rossmarchant.co.nz
    I’ve deactivated maintenance mode so you can see and will reactivate it afterwards. Thanks

    ahmetsali
    Keymaster

    It is working on your site too, check the page below Author name in “About The Author” module uppercase eliminated, it looks in lowercase format.

    http://rossmarchant.co.nz/testing-2/

    rossmnz
    Participant

    Yes but that entry was made in lowercase. The rest of the site e.g. ABOUT THE AUTHOR and Leave a Reply is still has caps. I’m trying to do away with all uppercase if possible. I’ve viewed the site on another computer with different browser and iphone too, to make sure it wasn’t my browser

    ahmetsali
    Keymaster

    You can change these texts to lowercase with localization, see documentation > localization section. Or you can make any text lowercase via custom css, but you need to this for each section;

    .about-author h3, #respond h3 { text-transform: lowercase !important; }
    
    rossmnz
    Participant

    Thank you very much I’ll try that

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register