-
-
Hello!
When I put in the menu a category to show my porfolio just in this category, above the portfolio there is a text like that: ‘view all’ and the name of the category. I don’t want to see this, because I have an ‘all’ menu-item, and there is not point for that.
Can I remove it?
thank you
-
Hello,
You can remove it with css. Add this code into the page’s custom css box:
.content_portfolio.fullwidth #portfolio-filter ul li.filter.active.all { display: none; }
Best regards!
-
-
sorry again… where I can find this custom css box?
thank you
-
Hello,
The custom css box is located in General Options > Custom CSS Code (screenshot). Any css added here will affect the hole site and will not be lost in case of theme update.
Best regards!
-
thank you for the answer!
sorry, but I added the CSS you gave me to the CSS box and nothing changes…
what sould I do?
thank you for the support,
lola
-
Hello,
What do you mean it’s not working? I see the “View all” is indeed hidden from your portfolio page, screenshot.
Best regards!
-
Hello Mihaila.
In the first menu-item ‘view all’ is hidden because ‘proyectos’ = all
but in the other item-menu is not working
(sorry, I don’t know how to send images)
thank you
-
Hello,
I edited the code to this:
#portfolio-filter li.filter.all.active { display: none; }
It’s ok now. Please check your site.
Best regards!
-
hello Mihaila!
Thanks for the solution! That is working with the ‘view all’ but it still appears the name of the category, it appears twice.
That’s not like that in your specular demo, like here
thank you!
best regards!
-
Hello,
This happens because you have created pages with only one portfolio category and set them like titles. So instead of creating one page with portfolio, you have set up a “main” portfolio build up with one different portfolio page for each category.
This is why in each page you have a “View all” + “category name” displayed below the ‘titles’.
The code provided is for a normal portfolio page. To let only categories names show.If you want to keep this structure you have, then edit the above code to this:
#portfolio-filter { display: none; }
Else, create a normal portfolio page. Select all categories to show in it and leave the css code as it is.Your choice.
Best regards!
-
Thank you for the answer! I could fix it.
The case is exactly the same as the demo I sent you, with view all/mobile apps/phtography/php/web design, they are portfolio categories in the menu. I hope I didn’t make any strange structure.
best regards,
-
You must be logged in to reply to this topic.