I’d like to remove the photo from the Project description; not the one on the main page, but the larger version of it that shows up when you click on the Project and the popup comes up. Is that possible?
1 Answers
To resolve this issue, you can add the following code to the Header Code (Dashboard > Customize > Custom code):
<style>.modal-body .modal-image { display: none; } </style>
Hope this helps !
Please login or Register to submit your answer