Okay
  Public Ticket #1741365
Hide Portfolio Filter
Closed

Comments

  • FirasMorad started the conversation

    Hi,

    i want to disable portfolio filters at all but can't find an option for that.

    im trying to achieve a full-screen Masonry portfolio style without anything else except logo and off canvas navigation.

    I've already tried to put this css code in the salient options panel but it didn't work:

    .page-id-5290 .portfolio-filters-inline ul li a[data-filter=".recent"] {
        display: none !important;
    }

    Thank you in advance


  •  3,030
    Andrew replied

    Hi FirasMorad,

    There are no filters on that portfolio page you provided - http://projects.loom-design.at/portfolio

    The CSS seems to be working.
    Are we missing something because this seems to be working?

    Please confirm.

  • FirasMorad replied

    Hi Andrew,

    you can't see the filter categories because i deleted them, but look at whats behind the Logo and the Off Canvas Menu "Lines". I want to remove this whole Bar where it says "ALL" on the right and left. 

    The page should start with the first portfolio posts at the top of the Page without this filter bar.

  •  3,030
    Andrew replied

    Hi,

    Please try the following Custom CSS instead then.

    .page-id-5290 .portfolio-filters-inline{
        display: none !important;
    }

    Kind Regards