Comments giesekuerschner started the conversationMarch 20, 2019 at 11:09am1. 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] repliedMarch 21, 2019 at 8:45amHi, 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! Sign in to reply ...
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?
Hi,
1. You can add this CSS
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!