Hi, very happy with the theme overall.
I would like to know how to change the hover arrow in the portfolio thumb, so that instead it would show the portfolio item name.
Thanks in advance!
Hi!
You are going to hire a freelance developer if you really need to display portfolio items name, as it requires a deep customization that we cannot provide with default support.
But you can add following code to Quick CSS in Enfold theme options under Styling if you would like to display a fixed text, in this case “text”
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'text';
font-family: 'entypo-fontello';
}
Cheers!
Yigit
Thanks!