Okay
  Public Ticket #1941036
Item Description Visibility
Closed

Comments

  • giesekuerschner started the conversation

    1. Is it possible to minimize the collapsed portfolio description? Only the arrow to expand should be visible. 

    2. Can I replace the arrow with another button?

  • [deleted] replied

    Hi,

    1. You can add this CSS 

    .is-collapsed {
        width: 100px;
        height: 100px;
    }
    .is-collapsed .portfolio-description-showinfo > h3,
    .is-collapsed .portfolio-description-showinfo > p {
        opacity: 0;
    }
    .is-collapsed .expand-project-info {
        width: 75px !important;
        margin-right: 15px !important;
    }

    2— There is not an option to do that for the moment but you can achieve that only if you modify it with CSS code and add your CSS changes in the Custom CSS area.

    Thanks!