How to disable Read More for general section in Edwiser Card layout

Add the following CSS in Edwiser RemUI setting > General setting > Custom CSS section:


body#page-course-view-remuiformat .text-clamp.text-clamp-3 {

-webkit-line-clamp: inherit;

}


body#page-course-view-remuiformat .course-content .sections #section-0 .general-section .section-details .generaldetails .generalsectioninfo .readbtn {

display:none !important;

}


For older version (4.0.0 and below) to remove "Show full summary and Show less from general section in Edwiser Card layout"

Add the following CSS in Edwiser RemUI setting > General setting > Custom CSS section:

body#page-course-view-remuiformat .read-more-trigger {

display: none !important;

}

body#page-course-view-remuiformat .read-more-target {

height: auto !important;

}

body#page-course-view-remuiformat .fadeout-summary {

display:none;

}

Before applying CSS

Before applying CSS

After Applying CSS

After applying CSS

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us