• Resolved eloise22

    (@eloise22)


    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)
  • 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.