/* Switch the Course Grid button color */
.ld-course-list-items .ld_course_grid .btn-primary {
    /* Replace the #000 by your color */
    background-color: #f70077;
    border-color: #000;
    font-size: 22px;
}