How to make Portfolio title always visible in Zelle
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. :)