Home › Forums › Jevelin Theme › remove
Home › Forums › Jevelin Theme › remove
how to remove category (see image) right below?
and how to remove logo icons like facebook. Cant delete it with wp bakery..
Hi @SaqlainMughal,
I hope you are well today and thank you for your questions.
how to remove category (see image) right below?
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-info-item:last-child { display: none; }
and how to remove logo icons like facebook. Cant delete it with wp bakery..
You can remove it from the theme settings as shown in the attached screenshot.
Best regards,
Shufflehound team
The first question. As you explained it didnt remove it. See images.
Second question -> yes it removed the SHARE button, but i want the facebook, twitter, instagram icon to remove only on my portfolio as i explained in the beginning. Not the social share button. How can i do that?
Could you please share the page URL from your site where it is displaying so that I can help you to remove it?
https://sellself.be/aanbod/ -> this page if you click on whatever home you see it.
So there should be only an option to share that home.
Remove categories and remove facebook instagram,… signs
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 #sidebar { display: none; }