Hiding “Add New category” in Front end course Creation

To hide the ADD NEW COURSE CATEGORY link from the front end course creation :

1. Go to WP Admin -> Appearance -> Customizer -> CUSTOM CSS

2. Add the following CSS code :

Code:

.page-template-create_content .select2-results__option:nth-child(2) { display: none; }