Are you referring to this? .single-gd_project_proposal dl.geodir-tab-head [data-tab=”#reviews”] {
display:none;
}
So this gets rid of the reviews tab on project proposals in a more efficient way? Can this be extended to all CPT’s except for Solar_Installers?
Also, the code which I have in my child theme’s stylesheet is as follows (it gets rid of pinpoint etc for all cpt’s), only thing is that – like the reviews tab – I still want this to display for Solar Installers, just not any other CPT at this time, is that possible?
.geodir_rating {
display:none;
}
.geodir-pinpoint-link {
display:none;
}
.geodir-pinpoint {
display: none !important;
}
.geodir-pcomments {
display:none !important;
}
.geodir-rating .geodir_Star img {
display:none !important;
}
.geodir-addtofav {
display:none !important;
}
Thanks for your help!