Personalize category page of Portfolio

Home Forums Jevelin Theme Personalize category page of Portfolio

Home Forums Jevelin Theme Personalize category page of Portfolio

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • gs762698
    Participant

    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..

    http://www.gabrielesecchi.com/blog/portfolio/architecture/

    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

    Attachments:
    You must be logged in to view attached files.

    gs762698
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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;
    }

     

     

    gs762698
    Participant

    Thank you!!

    It works perfectly!!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)