Home › Forums › Jevelin Theme › removee
Home › Forums › Jevelin Theme › removee
I want asap that if someone looks at my portfolio, they don’t see the name of my images. How can i remove this now?
It’s on every images
https://sellself.be/project/linkeroever/
same on mobile people can see image name
Hi @SaqlainMughal,
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
.single-fw-portfolio h4#lightcase-title { display: none; }
Best regards,
Shufflehound team
I just did and it’s still visible.
Then please change the above shared CSS code as below.
.single-fw-portfolio h4#lightcase-title { display: none !important; }
Suddenly cant go further to add it, why?
how come
It is accessible for me as shown in the attached screenshot.
Please test it clearing your browser cache and using a different browser.