Hi there,
We would like to hide the Batches News on the Group (batched group) page. That page has 3 columns Courses included, Batch details and Batch News. We only want to hide the Batch news one.
Many, many thanks in advance for all your help guys!
Kind regards.
This reply has been marked as private.
Well right now only solution available for this is to hide it with the help of css .
Pleasee try adding the given css from your wp-admin -> appearance -> customize -> custom css :
.groups.single-item.group-home #buddypress .col-md-4:nth-child(3) {
display: none;
}
This reply has been marked as private.
Can you please share the screenshots for better understanding.
This reply has been marked as private.
Sorry that would not be possible coz the description is in another row .(html dom limitation).
Thanks Alex, just trying to know if there was a possibility, but it is not a big issue.
Thanks again for all your help.