Question on project pages

Home Forums Jevelin Theme Question on project pages

Home Forums Jevelin Theme Question on project pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Yury
    Participant

    Please tell me where to disable the bottom element on the project pages – CATEGORY.

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

    Solution for this topic

    Hi @Yury,

     

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

     

    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

     

    .sh-portfolio-single-info-item:last-child {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Yury
    Participant
    <span lang="en">Thanks for the answer.
    I did so, but I thought there was a control of this element from the control panel.</span>

    You are most welcome here 🙂

     

    No, there is no control for it.

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