Browse: Home / Snippets /

Hide course details section in ld_profile shortcode

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.

#ld-profile .ld-item-contents {
    display: none;
}