Title: Changing text/background colours
Last modified: July 13, 2020

---

# Changing text/background colours

 *  Resolved [eloise22](https://wordpress.org/support/users/eloise22/)
 * (@eloise22)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/changing-text-background-colours/)
 * How can I change the colour of the text on ‘my courses’ etc? The rest of the 
   text on my site needs to be white but since the box background is white on Sensei
   LMS, I can’t see it. Can I change this?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Donna Peplinskie (a11n)](https://wordpress.org/support/users/donnapep/)
 * (@donnapep)
 * [6 years ago](https://wordpress.org/support/topic/changing-text-background-colours/#post-13166889)
 * Hello,
 * If you know the post ID of the _My Courses_ page, you can add the following CSS
   in _Appearance_ > _Custom_ > _Additional CSS_:
 *     ```
       .page-id-1234 {
          color: blue;
       }
       ```
   
 * Just change `1234` to your post ID and the color to whatever you want.
 * That won’t change the color for all of the text on the _My Courses_ page though,
   so you may need to add more CSS for links etc. if those are a problem as well.
 * Thx.

Viewing 1 replies (of 1 total)

The topic ‘Changing text/background colours’ is closed to new replies.

 * ![](https://ps.w.org/sensei-lms/assets/icon-128x128.gif?rev=2914239)
 * [Sensei LMS - Online Courses, Quizzes, & Learning](https://wordpress.org/plugins/sensei-lms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sensei-lms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sensei-lms/)
 * [Active Topics](https://wordpress.org/support/plugin/sensei-lms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sensei-lms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sensei-lms/reviews/)

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [customise](https://wordpress.org/support/topic-tag/customise/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [Donna Peplinskie (a11n)](https://wordpress.org/support/users/donnapep/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/changing-text-background-colours/#post-13166889)
 * Status: resolved