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
Was this page helpful?
Thanks for the feedback!