White background with white letters in CoursePress Pro

I am having trouble with the coursepress pro in the theme coloring the background is white and I need to change the color of the lettering but can find a way to edit it please help and Thank You!

  • Nahid
    • Ex Staff

    Hey Richard !

    Hope you are having a great day!

    With the CoursePress theme active you can customize the theme colors from the WordPress Customizer. To change the text color, please go to your WordPress Dashboard->Appearance->Customize->Colors. Here's a screenshot for reference:

    [attachments are only viewable by logged-in members]

    Hope this helps. Let me know if you need any further assistance regarding this. Thanks!

    Kind regards,

    Nahid

  • Richard
    • New Recruit

    Awesome Nahid thank you so much for your prompt response, I need an alternative fix for that due to the fact that I must keep the default theme setting in the as Dark without customizing the settings as shown in the screenshot below. Thank you for your time and consideration!

  • Dimitris Kalliris
    • Support Team Lead

    Oh, my bad! Please remove previous rules and insert this one instead:

    .course_list_box_item .course-title,
    .course_list_box_item .course-summary,
    .course_list_box_item .instructor-list,
    .course_list_box_item a,
    .course_list_box_item .course-meta-information {
    color: darkgray;
    }

    :slight_smile:

    Warm regards,

    Dimitris