• My website has a black background and white text. Learnpress does not keep the background as black, instead it shows as white, but it keeps my text as white. I can change the color of the text but not the background or the header. How do I get Learnpress to use these customized options so my header will show.

    I prefer to keep the same look throughout – a black background and white text.

Viewing 1 replies (of 1 total)
  • Hi,

    You can try using this CSS code to change it:

    body.course-item-popup #learn-press-content-item{
      background: #000 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Customize colors not working’ is closed to new replies.