Delete SHARE button Portfolio page

Home Forums Jevelin Theme Delete SHARE button Portfolio page

Home Forums Jevelin Theme Delete SHARE button Portfolio page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • christiaanvr
    Participant

    Hi there, can you help organize portfolio page a little bit.

     

    We want to get rid of the SHARE BUTTON..

     

    and

     

    we want to not show the Ctegories item (see attchament red circles..)

     

    Thanks

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

    Hi @christiaanvr,

     

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

     

    You can achieve 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-share,
    .sh-portfolio-single-info-item:last-child {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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