Comments Matt started the conversationApril 6, 2017 at 3:46amHow can I remove the 'ALL' category from the portfolio sorting? I tried adding the following CSS per a previous ticket I found however it doesn't seem to work with the newest version of Salient. .portfolio-filters-inline #current-category,.portfolio-filters-inline .container > ul li:nth-child(2) { display:none;}Thank you! 9,006Tahir repliedApril 6, 2017 at 1:52pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .portfolio-filters-inline:not([data-color-scheme="default"]) ul li a[data-filter="*"] { display: none !important; } .portfolio-filters-inline:not([data-color-scheme="default"]) ul li:first-child:after { display: none !important; } Thanks ThemeNectar Support Team Matt repliedApril 7, 2017 at 10:14pmPerfect thank you! 16Jen repliedApril 8, 2017 at 4:27amI added this but I still see the word "all" in therewww.legendsandleaders.com.au/modules-to-choose-from/ 9,006Tahir repliedApril 8, 2017 at 11:53am@Jen,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .portfolio-filters-inline ul li a[data-filter="*"] { display: none !important; } Thanks ThemeNectar Support Team 16Jen repliedApril 10, 2017 at 1:15amThankyou Sign in to reply ...
How can I remove the 'ALL' category from the portfolio sorting?
I tried adding the following CSS per a previous ticket I found however it doesn't seem to work with the newest version of Salient.
.portfolio-filters-inline #current-category,
.portfolio-filters-inline .container > ul li:nth-child(2) {
display:none;
}
Thank you!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Perfect thank you!
I added this but I still see the word "all" in there
www.legendsandleaders.com.au/modules-to-choose-from/
@Jen,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thankyou