Thanks, Alex!
I used CSS to remove the link on a picture and on the title.
Solution:
li.geodir-listview.gd-post-gd_place.geodir-listview div.geodir-post-img a {pointer-events: none; }
li.geodir-listview.gd-post-gd_place.geodir-listview h3.geodir-entry-title{pointer-events: none;}
Decided (probably for same reason you left the big white square for the image yourselves — what with the various grid formatting possibilities in the dropdown) NOT to remove the image entirely.
However, can you tell me what code file would contain the image if I still want to play with it outside of CSS. If I use CSS to display:none an image…the image still has to load, right?
Currently, I am using your Supreme theme. I have placed my CSS stylesheet within supreme-directory > geodirectory.
Do I understand correctly that if supreme-directory is updated, this stylesheet is SAFE?
Also…if I want to alter something within the supreme-directory > inc directory…how would I include that properly within the supreme-directory > geodirectory (Safe?) folder.
Would I create another inc directory and just copy php file in there?
Am used to a traditional child theme that does NOT get updated, so would appreciate your coaching on this unusual situation.
Thanks!