Remove the description in the related items in a portfolio

Home Forums Jevelin Theme Remove the description in the related items in a portfolio

Home Forums Jevelin Theme Remove the description in the related items in a portfolio

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

    Hi I enabled the unyson editor to add a gallery instead of the build-in gallery (that turned out not to be a gallery at all…) however it messes up the description in the related items bar at the bottom of the portfolio (screenshot attached). Can I just remove the description from there?

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

    Hi @dehed,

     

    I hope you are well today and thank you for your question.

     

    Sure we can remove it developing custom CSS code.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can remove 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

     

    .sh-portfolio-single-related-mini > div:last-child {
        display: none;
    }

    dehed
    Participant

    Worked thanks

    You are most welcome here 🙂

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