Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Escape Creative

    (@escapecreative)

    Hi @poogier!

    Sure. You can add custom styles to the course status bar using the following CSS. You would add this to the Additional CSS area of the WordPress Customizer:

    #learndash_course_status {
    	// your custom styles here
    	// this would change the background to black & text to white
    	background: #000;
    	color: #fff;
    }

    Let me know how it works for you, or if you need any specific code for certain styles you’re trying to achieve.

    Thread Starter poogier

    (@poogier)

    OK, that worked!

    Thanks for your help.

    Plugin Author Escape Creative

    (@escapecreative)

    Glad it worked 🙂!

    Don’t hesitate to reach back out if you need help with anything else.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Course Status bar’ is closed to new replies.