Okay
  Public Ticket #3119988
in app course page
Closed

Comments

  •  12
    MeesterGijs started the conversation

    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

  • [deleted] replied

    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);
    }


  •  12
    MeesterGijs replied

    Fixed! :)

    We can close..