If you would like to display the projects titles in Broker without needing to hover I have a little custom css for you which will help. Within Theme Options > Custom Code, add the following:
.project-item .project-container { opacity: 1; }
.project-item a .overlay { background-color: black; }
Change 'black' to the primary color #hex you use for your site.
You could also change the overlay style if you wish with the following:
.project-item a .overlay { background-color: #000; opacity: 0.5; left: 0px; right: 0px; top: 0px; bottom: 0px; }
Projects - Display titles without having to hover Print
Modified on: Sat, 2 Apr, 2016 at 1:39 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.