Hi,
Is it possible to add some text on the rollover images of the gallery instead of the arrow over the yellow background, so they can display specific information of the link that is gonna be clicked?
something similar to this:
https://www.costaricastarvillas.com/?cat=4
thanks
Hi Pector!
You can add following code to Quick CSS in Enfold theme options under Styling tab to display a static text on hover
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'your text';
font-family: 'entypo-fontello';
}
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
Yigit
Thank you for your response.
So, with that code the text is gonna be static in every single photo right? I mean if I type the word “Villa” in the custom CSS the word “Villa” is gonna be displayed in every photo. There’s no way (easy) to have different texts in all of the photos?
Hi!
Yes, instead of arrow “Villa” will be displayed on image hovers and unfortunately there is no easy way to do it
Best regards,
Yigit
Thank you man.
Just one last question if you please.
My client also requested me if it was possible to insert a search box in a layerslider gallery so one can search for items in the site. Is that also complicated or is it doable with a few lines of code ?
regards