Comments 12MeesterGijs started the conversationSeptember 7, 2022 at 8:06amHello, I found that a specific course page, in the tab curriculum, the bottom line is missing of the final/last/bottom element. See here. How can we get that line to come back?And also, how can I delete these three menu items? Gijs[deleted] repliedSeptember 8, 2022 at 1:28pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .course_curriculum_wrapper .curriculum_item:last-child{ border-bottom:1px solid var(--border);} 12MeesterGijs repliedSeptember 8, 2022 at 2:09pmFixed! :)We can close.. Sign in to reply ...
Hello,
I found that a specific course page, in the tab curriculum, the bottom line is missing of the final/last/bottom element. See here. How can we get that line to come back?
And also, how can I delete these three menu items?
Gijs
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.course_curriculum_wrapper .curriculum_item:last-child{
border-bottom:1px solid var(--border);
}
Fixed! :)
We can close..