How to remove uncategorised and share in Portfolio

Home Forums Jevelin Theme How to remove uncategorised and share in Portfolio

Home Forums Jevelin Theme How to remove uncategorised and share in Portfolio

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

    Hi.

    In every Portfolio page, there is some random “widgets”.

    how can I turn them off?

    Especially uncategorized section.

    Thank you!

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

    Hi @rokasjrokas,

     

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

     

    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 .sh-portfolio-single-info,
    .sh-portfolio-single #sidebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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