Jenni Skinner
asked 10 years ago

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
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro