Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I tried to use Portfolio, but I have a few questions :
– is it possible to restrict to a specific category when viewing the portfolio items ? With the arrows, we can navigate to the next / previous item, but I would like to have only the items of the same category show.
– is it possible to remove the category ID below the image in the Recent Portfolio widget (basic style) ?
– it is possible to remove “project details” and projet description” titles in the portfolio item page.
Thanks a lot in advance
Isabelle
Hello,
1-Sorry but this is not possible. You need to make some coding to achieve this. Please know that such customization is not included in this support.
2-Yes that possible with a bit of custom css. You can add the code into your Custom Css box. But i see your portfolio page and there are no categories shown. Did you manage to hide them already? If that is not the page you are referring to, then please get this code:
.portfolio-item.basic .show_text h6 {
display: none;
}
Add it to your Custom Csss box in General Options.
3-Yes, please add this code into your Custom Css box:
.portfolio_single h4 {
display: none;
}
Let us know if you need further help.
Best regards!
Hi Mihaila,
Thanks a lot for your answers, which solved questions 2 & 3
As for question 1, I will ask a developper to help me.
Best regards
Isabelle
You must be logged in to reply to this topic.