HELLO I NEED TO CHANGE THE FIELD NAME OF THE PORTFOLIO POP UP “CLIENT, DATE, SKILL” IT WOULD BE NICE TO ALSO KNOW HOW TO HIDE THESE FIELDS.
Also how can the text on skills that previews on the portfolio section not re appear inside in the pop up.
thanks
1 Answers
Hello Juan !
To change field name of the portfolio popup (E.g: Client, Date, Skill), you can open the framework.php file in the folder path “wp-content\themes\dw-page-modern\inc”. Find the line 401 to line 408.
– If you want to hide the field section in the portfolio popup, you can add the following code to the style.css file:
.modal-data {
display: none;
}
Hope this helps !
Please login or Register to submit your answer