Okay
  Public Ticket #920183
Hiding portfolio filters
Closed

Comments

  •  2
    Jordan Kirschenmann started the conversation

    Hello,

    I'm using a category to display specific images for my homepage, but I'm wanting to hide that category from being a filtered option on the main portfolio page at http://www.beartoothwraps.com/portfolio/  I'm wanting to hide the filter "recent" but still need it in order to display the images I want for my homepage. 

    Thanks!

  •  8,996
    Tahir replied

    Hey Jordon,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Thanks


    ThemeNectar Support Team 

  •  2
    Jordan Kirschenmann replied

    Thank you good sir! Amazing support as usual