I would like to hide some of the columns in the modal on locations (see screenshot). I have added the following into the jevents custom css which works but it also removes them from the administrator back end meaning we can't manage the back end as the titles disappear.
Here's the code I was using.
.jevlocations thead th:nth-child(1), .jevlocations tbody td:nth-child(1), .jevlocations thead th:nth-child(3), .jevlocations tbody td:nth-child(3), .jevlocations thead th:nth-child(5), .jevlocations tbody td:nth-child(5) {
display:none!important;
}
I tried adding it to my template custom css instead but it has no effect there,
Here's the code I was using.
.jevlocations thead th:nth-child(1), .jevlocations tbody td:nth-child(1), .jevlocations thead th:nth-child(3), .jevlocations tbody td:nth-child(3), .jevlocations thead th:nth-child(5), .jevlocations tbody td:nth-child(5) {
display:none!important;
}
I tried adding it to my template custom css instead but it has no effect there,