shilpa g
asked 10 years ago

Hi, I want to hide the project skill display in the one page. I tried not entering text in the project skill field in the projects screen. But default value is getting published. Want to hid this. Please advice.

3 Answers
DominicStaff
answered 10 years ago

Hello Shilpa !

To remove the project skill displayed in the portfolio section under one page, You can log in to Dashboard > Theme > Custom Code, add the following code to the “Header Code”

<style>
.modal-data {
    display: none;
}

.modal-image {
    padding-bottom: 10px;
}
</style>

Hope this helps !

Honza Felt
answered 10 years ago

Hi, I was wondering, can this be done with Client, Skill, Date and Launch project attributes as well? I would like to have only the picture and text.
Thank you,
H.

DominicStaff
answered 10 years ago

Hello @honzafelt !
Of course ! You can use this code to hide Client, Skill, Date and Launch project in the  portfolio section.

Honza Felt
replied 10 years ago

It works. Thank you!

Powered by DW Question & Answer Pro