• Resolved mbrailer

    (@mbrailer)


    I want to eliminate the ellipsis seen in the titles on the course grid. I assume this is set with text-overflow: ellipsis somewhere in the CSS but I can’t find it.

    I think I need to override the setting with text-overflow: initial but I don’t know what element to apply it to.

    Any help appreciated.

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

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

    (@briantp)

    Hi,

    Please try to use this CSS code

    .lp-archive-courses .course-content .course-permalink {
      -webkit-line-clamp: inherit !important;
    
    }
    .learn-press-courses[data-layout="grid"] .course-content .course-permalink {
      height: inherit !important;
    }

    Thanks

    Thread Starter mbrailer

    (@mbrailer)

    Worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove ellipsis from titles’ is closed to new replies.