Portfolio - share, buttons etc

Home Forums Jevelin Theme Portfolio – share, buttons etc

Home Forums Jevelin Theme Portfolio – share, buttons etc

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Marek
    Participant

    Hello

    Please help me kill the button arrows on top of my portfolio title.

    Please help me kill the whole right sidebar in every portfolio i dont want any of them things(clients, social share etc i deleted it but the row is still there with categories) i want full page content, no rows.
    Please check the pic hope it will make things more clear then my english

    • This topic was modified 3 years, 1 month ago by Marek.
    Attachments:
    You must be logged in to view attached files.

    Hi @Marek,

     

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

     

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

     

    Best regards,
    Shufflehound team

    Marek
    Participant

    its displaying in every portfolio item there is…

    Its default in your theme i want to get rid of it….

    why u need my url? i posted it in my other ticket

    I even posted a picture how hard it is to understand my issue man?

    R u trollin me?

    • This reply was modified 3 years, 1 month ago by Marek.

    It’s easier to access your website URL and help you precisely as there are some settings which are different on the websites but If you do not want to then it is not an issue.

     

    I accessed it on my website.

     

    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-container .sh-portfolio-single-left.col-md-4 {
        display: none;
    }
    
    .sh-portfolio-single-container .sh-portfolio-single-right.col-md-8 {
        width: 100%;
    }
    
    .sh-portfolio-single-container .sh-portfolio-single-buttons {
        display: none;
    }

     

     

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