• Trying to remove the portfolio gird filter from virtue premium. If there is a way to hide it that would work as well, but removing the visible filter and still having only certain portfolio items visible is what I’m after.

    Also is there a way to make the mouse over for portfolio grid items automatically visible when the page is open? I’d like the title of the portfolio item to show even if someone doesn’t mouse over.

Viewing 1 replies (of 1 total)
  • Hey,
    1. You can turn off the filter in the page settings.
    2. You can select to show only one category in the page settings.
    https://docs.kadencethemes.com/virtue/#portfoliogridpage

    3. You can show without hover by adding this css to your custom css box in the theme options > advanced settings.

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

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Remove portfolio grid filter or hide it’ is closed to new replies.