How make everything capitalize

Home Forums Legacy Support Support queries Styling issues How make everything capitalize

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #174474
    wifethecompany
    Spectator
    Hi, I have to make most of the text capitalize but the issue some of the text are written in uppercase how do i change them. Even after trying putting !important the text does not change. Can you let me know which are the templates for the courses pages and where can i find the sidebar backend code to change the texts.   Regards,
    #174638
    Mark Morgan
    Spectator
    Please share the page url for which page you want the text to be uppercase. You can edit the sidebar content form wp-admin ->Appearance -> widgets -> student/instructor sidebar.
    #174640
    wifethecompany
    Spectator
    Hi, http://epgd.wifethecompany.com/course/module-1/?v=c86ee0d9d7ed here is the URL you can see on the sidebar that some them are capitalize and uppercase. I want to make them capitalize and i see that the text written in the backend is in upper case. How do i change that. Regards,
    #174802
    Mark Morgan
    Spectator
    This reply has been marked as private.
    #174989
    wifethecompany
    Spectator
    Hi, here is the screenshot for the same https://imgur.com/a/EDMiCOn regards
    #175100
    Mark Morgan
    Spectator
    Have you tried the above method mentioned in my previous reply to resolve this issue?
    #175111
    wifethecompany
    Spectator
    Hi, yes i went thru that step but if look in this https://imgur.com/a/EDMiCOn screenshot on the right sidebar you will see UNLIMITED ACCESS thats in uppercase, I need that in capitalize format. Regards,
    #175316
    Mark Morgan
    Spectator
    Okay, we have another solution for this. Please add this css code in your custom css to make the text uppercase in course details. .course .course_details ul>li { text-transform:uppercase !important; }
    #175325
    wifethecompany
    Spectator
    Hi, Thanks for your reply. But i need those things capitalize not in uppercase. Regards,
    #175366
    Mark Morgan
    Spectator
    Ok, then please replace the above css code with this css code. .course .course_details ul>li { text-transform:capitalize !important }
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How make everything capitalize’ is closed to new replies.