Home › Forums › Jevelin Theme › Portfolio – share, buttons etc
Home › Forums › Jevelin Theme › Portfolio – share, buttons etc
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
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
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?
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; }