How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

How to change ribbon color display on courses in Foster theme

To change the color of the ribbon that appears on courses add the following CSS in Divi Theme Options

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
background-color: #fff !important;
}

Here you can change the color code as per your site design.

Table of Contents