• Hi all!
    is possible to hide the course descriptions of all the courses on the page where are all the courses?
    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use the CSS code to hide it

    
    .lp-archive-courses .course-content .course-excerpt {
      display: none !important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Hide course description’ is closed to new replies.