Comments 2Amir started the conversationOctober 21, 2016 at 4:46pmIs it possible to remove the “all” category on the portfolio filter?[deleted] repliedOctober 21, 2016 at 6:51pmHi Amir,Just add the code below to Custom CSS .product-filter ul>li:first-child { display: none !important;} 2Amir repliedOctober 21, 2016 at 7:16pmhey... It worked but it still displays all the photos from all the catagories... The button dissapered but i still can see all the photos when i click "work" i want the catagory "cooking" will be the main 2Amir repliedOctober 22, 2016 at 11:41pmI have cople more problems... i wnat to put the logo in the middle of the page... is it possible? in the about page the main menu buttons are black and with that grey background its not good i want them to be white. in the conact page the 3 bars menu icon is white and you cant see it. i want it to be black also the menu pages buttons.[deleted] repliedOctober 24, 2016 at 2:19pmHi Amir,I can see that you have created an other ticket with same questions here https://laborator.ticksy.com/ticket/931415So i will close this ticket now.P.S: Please don't open multiple tickets, don't worry we will reply to all clients tickets every day on working days.1 Like 2Amir repliedOctober 25, 2016 at 9:46pmhi thank you very much, all worked out for me.i have one more lase quastion... is it possible to switch the clickalbe "NEXT PROJECT" and PREV PROJECT"to just arrows icons?[deleted] repliedOctober 26, 2016 at 10:55amHi Amir,Yes that is possible, please add the code below to Custom CSS: .single-portfolio-holder .portfolio-big-navigation .next.mobile-only i, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only i { display: block !important; } .previous.mobile-only i { display: block !important; } .next.mobile-only i { display: block !important; } a.previous.pc-only { display: none !important; } a.next.pc-only { display: none !important; } 1 Like Sign in to reply ...
Is it possible to remove the “all” category on the portfolio filter?
Hi Amir,
Just add the code below to Custom CSS
hey... It worked but it still displays all the photos from all the catagories... The button dissapered but i still can see all the photos when i click "work" i want the catagory "cooking" will be the main
I have cople more problems...
i wnat to put the logo in the middle of the page... is it possible?
in the about page the main menu buttons are black and with that grey background its not good i want them to be white.
in the conact page the 3 bars menu icon is white and you cant see it. i want it to be black also the menu pages buttons.
Hi Amir,
I can see that you have created an other ticket with same questions here https://laborator.ticksy.com/ticket/931415
So i will close this ticket now.
P.S: Please don't open multiple tickets, don't worry we will reply to all clients tickets every day on working days.
hi thank you very much, all worked out for me.
i have one more lase quastion... is it possible to switch the clickalbe "NEXT PROJECT" and PREV PROJECT"
to just arrows icons?
Hi Amir,
Yes that is possible, please add the code below to Custom CSS: