Additional information on portfolio list.
-
Hello! i have a question. How can i add additional information on the portfolio {when i hover on it)
At this moment a have next information: Project name and Project category.
I create additional field with name “p_about” on project.(use plagin Advanced Custom Fields) How can i add information from this block to Portfolio list. Thanks a lot.
And second question: How can i change color on project when i hover it.
Thanks a lot!!!
Attachments:
You must be
logged in to view attached files.
Hello,
Our theme does not have the option to add additional information on the Portfolio.
You can add this custom CSS to the Theme Settings > Custom CSS to change on hover:
body .portfolio-entry .entry-title {
color: red;
}
body .portfolio-entry .proj-cats-list li {
color: red;
}
Best Regards
I’m sorry)) I told about background color. like in my picture
Attachments:
You must be
logged in to view attached files.
Hello,
You need to upload the featured image to the Project in Dashboard > Projects. The image would be changed.
If you want to change the hover background semi-transparent color, here is the code:
body .portfolio-entry .portfolio-thumbnail:after {
background-color: blue;
}
Best Regards
Thanks a lot!!
Have a nice day!
You are welcome! If you have any questions please feel free to contact us.
Best Regards