amylong7
asked 10 years ago

How can I remove these from the pop ups for the portfolio section? 

1 Answers
Kido D
answered 10 years ago

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!

amylong7
replied 10 years ago

Thanks, Kido! This worked perfectly.

Powered by DW Question & Answer Pro