Home Forums Pro Themes Corporate Education Pro How can I edit the course and or category fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114836
    Allison Reed
    Participant

    The fields are listed below and I would like to do the following:

    remove and or populate the counselors field

    Courses Curriculum Counselors

    remove the Reviews field

    edit the
    COURSE FEATURE field

    #114920
    wensolutions
    Keymaster

    Hello,

    All of the above fields you mentioned comes from the plugin ‘TP Education’ suggested after you activate the theme, there you add the courses, team and also assign categories to them. This helps to select the counselor’s field, Courses Curriculum Counselors, Course Feature field following the path Admin Panel > Appearance > Customize > Homepage Section.

    To remove the Reviews field, add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .single-tp-team li.tab-link:nth-child(2) {
        display: none;
    }

    Please send the screenshot marking the issue if the issue still persists.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.