How can I remove these from the pop ups for the portfolio section?
1 Answers
Hi Amy,
To remove that info, please go to Dashboard / Appearance / Customize / Custom Code, and add the code below to Header Code section:
<style>
.modal-data .first {
display: none;
}
.modal-data span:first-child + span {
display: none;
}
</style>
Hope this helps!
Thanks, Kido! This worked perfectly.
Please login or Register to submit your answer