Home › Forums › Jevelin Theme › Projects breadcrumbs & excerpt
Home › Forums › Jevelin Theme › Projects breadcrumbs & excerpt
Hello there,
I would like to know how to change “Projects” breadcrumbs title. I was trying to change it by locating that string with String Locator plugin but I was unable to do that.
Also, I would like to know how to hide Project excerpt since there is no CSS selector so I can add display:none.
Check screenshots.
Best,
Stefan
Hi Stefan,
I hope you are well today and thank you for your questions.
I would like to know how to change “Projects” breadcrumbs title. I was trying to change it by locating that string with String Locator plugin but I was unable to do that.
You can change it either by translating it as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Also, I would like to know how to hide Project excerpt since there is no CSS selector so I can add display:none.
Could you please share the page URL from your site where it is displaying so that I can help you to hide it?
Best regards,
Shufflehound team
You can hide 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 .sh-portfolio-single-related-mini > div:last-child { display: none; }