In student batch area their is an option to student to add a member in batch and add post we don't want it. how to remove add member and post update area from student batch page
You have to add cusotm css in wp-admin > appearance > customizer > custom Css here http://prntscr.com/10zm3t0
1- For add member hide
.vibebp_full_group .actions a.button.is-info{
display:none;
}
2- For post area hide
.vibebp_full_group .portal.activity_post{
display:none;
}
check this after add css http://prntscr.com/10zm20e
Let us know if we can close this thread. If you have any other issues please create a topic and let us know.
Checked, For the specific user type, this is not available.
The above CSS will work for all the users.
Let us know if we can close this thread. If you have any other issues please create a topic and let us know.
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘Student batch area’ is closed to new replies.