Kadence

Always Show Virtue Portfolio Captions

To always show the portfolio captions in your portfolio grid, add this CSS to Theme Options> Advanced Settings:

.portfolio_item .portfoliolink {
    opacity: 1;
}

For mobile only, wrap in this media query:

@media (max-width: 992px) {
.portfolio_item .portfoliolink {
    opacity: 1;
    }
}
Filed under Uncategorized
Last updated: August 3, 2021
Was this page helpful?
Thanks for the feedback!