Skip to content

How to make Portfolio title always visible in Zelle

By default, the portfolio item title in Zelle only appears on hover. You can make it always visible by adding a small CSS snippet to your WordPress site.

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

It can be done by adding the following CSS to your WordPress:

.cbp-rfgrid li a .project-info,
.cbp-rfgrid li a .project-info .project-details {
	opacity: 1 !important;
}

.cbp-rfgrid-tr{
	display:none;
}

Let us know if it helps. 😃

Was this helpful?