Browse: Home / Snippets /

Customize the Course Grid “See more…” button color

Contents


Snippet #

Important: All snippets are provided as-is without support or guarantees. These snippets are provided as guidelines for advanced users looking to customize LearnDash. For any additional help or support with these snippets, we recommend reaching out to a LearnDash Expert.

/* 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;
}