Home Forums WoodMart support forum Additional information on portfolio list.

Additional information on portfolio list.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #191625

    gorbunov1989
    Participant

    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.
    #191776

    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

    #191779

    gorbunov1989
    Participant

    I’m sorry)) I told about background color. like in my picture

    Attachments:
    You must be logged in to view attached files.
    #191814

    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

    #191866

    gorbunov1989
    Participant

    Thanks a lot!!
    Have a nice day!

    #191919

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)