Customize the Course Grid “See more…” button color ContentsSnippet Snippet # /* Switch the Course Grid button color */ .ld-course-list-items .ld_course_grid .btn-primary { /* Replace the #000 by your color */ background-color: #000; border-color: #000; } Copy to clipboard