• I’m using a free version of Pinnacle. I just want to always display portfolio item titles without hovering mouse. Please help.

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi,
    Try adding this to your custom css box in theme options > custom css:

    .portfolio_item .portfoliolink {
          ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
        opacity: 1;
    }

    Hope that works for you!

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Always display portfolio item tiles’ is closed to new replies.