Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
I use the theme “Folie”. On my Homepage, the portfolio appears and I want il open on a category that is not “All”. Is it possible? Can I delete this category “All”?
I hope to be clear in my explanations!
Thanks for your helm.
Priscilla
Hello,
You can hide it using custom css. Please add this code into Appearance > Customize > General > Custom Codes > Custom Css:
.cl-filters.cl-filter-small button:nth-child(1) {
display: none;
}
Let us know.
Best regards!
Thanks a lot :-)
When I write this custom Css, the filter “all” disappears but the images remain. When people arrive on the homepage, no category is selected but all items in the portfolio are displayed.
I would like a category to be posted directly. How can I do?
Hello,
Sorry but that is not possible. If you want to show the items of only one category, then add a portfolio element and select only that category. Hide the “all” tab and by default, the category’s posts will be shown.
Best regards!
You must be logged in to reply to this topic.