How to make Portfolio title always visible in Zelle

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. :)

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us