Home › Forums › Jevelin Theme › Personalize category page of Portfolio
Home › Forums › Jevelin Theme › Personalize category page of Portfolio
Hi
Where is it possible change the setting of various elements insede the page category of portfolio? The category is automatically created, where can I change more details (like portfolio 2.0 or so)?
Thanks in advance..
Hi @gs762698,
I hope you are well today and thank you for your question.
The shared category page is generated by theme code so if you want to change it then you have to develop custom code in the child theme of Jevelin theme.
Portfolio 2.0 is a content element that you can use in the page as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi, hope you are well today.
How can I at least remove the description under the project when is visualized in the category page.
I used visual builder to custumize the layout of the single pages (maps, text…), due to this what is visualized in the category page is full of code that I want to hide.
Thanks in advance
Solution for this topic
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.tax-fw-portfolio-category .sh-portfolio-description { display: none; }
Thank you!!
It works perfectly!!
You are most welcome here 🙂